diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 27ac2fa9f12..bc9691179eb 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -104,7 +104,7 @@ jobs: PULL_REQUEST_NUMBER: ${{ github.event.number }} run: echo "dir=pull/${PULL_REQUEST_NUMBER}" >> "$GITHUB_OUTPUT" - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} diff --git a/.github/workflows/test-credentials.yml b/.github/workflows/test-credentials.yml index ec272805ba5..4a6a3d296e5 100644 --- a/.github/workflows/test-credentials.yml +++ b/.github/workflows/test-credentials.yml @@ -19,7 +19,7 @@ jobs: - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.TEST_GCP_CREDENTIALS }} - - uses: google-github-actions/setup-gcloud@v2 + - uses: google-github-actions/setup-gcloud@v3 - run: gcloud config get-value project > /dev/null && echo "GCP credentials test succeeded" test-gh-bot-token: diff --git a/.github/workflows/zips.yml b/.github/workflows/zips.yml index ca224aa32f9..82d3f627d3b 100644 --- a/.github/workflows/zips.yml +++ b/.github/workflows/zips.yml @@ -147,7 +147,7 @@ jobs: with: name: zip-files path: ${{ github.ref }} - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Upload PR files @@ -204,10 +204,10 @@ jobs: timeout-minutes: 20 if: ( github.event_name == 'pull_request' && github.event.action == 'closed' && contains( github.head_ref, 'dependabot/' ) == false ) && github.event.pull_request.head.repo.fork == false steps: - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - - uses: google-github-actions/setup-gcloud@v2 + - uses: google-github-actions/setup-gcloud@v3 - name: Prune PR files run: gcloud storage rm gs://${{ env.GCS_BUCKET }}/${{ env.GCS_ROOT_PATH }}/refs/pull/${{ github.event.pull_request.number }}/**