diff --git a/.github/workflows/container_release.yaml b/.github/workflows/container_release.yaml index d924fa62..f34065e0 100644 --- a/.github/workflows/container_release.yaml +++ b/.github/workflows/container_release.yaml @@ -66,7 +66,7 @@ jobs: - id: 'google_auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}'