diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 056702a..6b3354a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -62,7 +62,7 @@ jobs: - name: 🗝️ Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: create_credentials_file: true token_format: access_token @@ -134,7 +134,7 @@ jobs: - name: 🗝️ Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: create_credentials_file: true token_format: access_token