From e6323aa67387dd50b8e3e26012875e57cde9dff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:46:23 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/queue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/queue.yaml b/.github/workflows/queue.yaml index 0aafc260..eb6b0640 100644 --- a/.github/workflows/queue.yaml +++ b/.github/workflows/queue.yaml @@ -42,7 +42,7 @@ jobs: with_nix: "true" github_token: ${{ secrets.GITHUB_TOKEN }} - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Set up Cloud SDK # needed for gcloud to upload runners to GCS for caching