diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0c7b8d..44145d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,7 +115,7 @@ jobs: - id: 'auth' name: Authenticate with Google Cloud if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }} - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 https://github.com/google-github-actions/auth/releases/tag/v2.1.12 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 https://github.com/google-github-actions/auth/releases/tag/v3.0.0 with: credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}' - name: Set up Cloud SDK