diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index d17de3a6..a1c749f4 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Sign in to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 if: env.RELEASE_VERSION != '' with: credentials_json: ${{ secrets.GOOGLE_BUCKET_CREDS_JSON }}