diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index e6d5def0c2c..df9b645cd01 100644 --- a/.github/workflows/run_notebooks.yml +++ b/.github/workflows/run_notebooks.yml @@ -35,7 +35,7 @@ jobs: - name: '🔐 Authenticate to Google Cloud' id: 'auth' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index 3501ba66523..d297c099381 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -106,7 +106,7 @@ jobs: - name: '🔐 Authenticate to Google Cloud' id: 'auth' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'