diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d2cf148..d489139 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: # Login if the event is a push or a tag to be able to push - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' if: ${{ github.event_name != 'pull_request' }} with: token_format: 'access_token'