From e22a4ba41b76e57ddfd2b41fbed7610d1d8cced7 Mon Sep 17 00:00:00 2001 From: Eduard Tamsa Date: Fri, 2 Jun 2023 02:07:12 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8bfd84b..c90d576 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: uses: actions/checkout@v2 with: repository: 'sjultra/Push2Sharepoint' # Replace with the reusable action's owner and repo name - ref: 'v3.1' # Replace with the desired branch, commit, or tag + ref: 'v3.2' # Replace with the desired branch, commit, or tag path: './action' - name: Install Office365-REST-Python-Client