diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index 8f5c19476..e7fdefbd2 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 62ed8699d..09d4483bd 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 }}'