From 7d58cc6c3837d8ed873cabb1d4bbbc968bf0e5be Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 31 Aug 2025 10:22:18 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/acceptance-tests-on-production.yaml | 2 +- .github/workflows/nightly-acceptance-tests-on-production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance-tests-on-production.yaml b/.github/workflows/acceptance-tests-on-production.yaml index 7cda0202..eb4a6a43 100644 --- a/.github/workflows/acceptance-tests-on-production.yaml +++ b/.github/workflows/acceptance-tests-on-production.yaml @@ -35,7 +35,7 @@ jobs: bundler-cache: true ruby-version: ${{ matrix.ruby }} - name: Authenticate Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Setup GCloud diff --git a/.github/workflows/nightly-acceptance-tests-on-production.yaml b/.github/workflows/nightly-acceptance-tests-on-production.yaml index e0cd3479..74af690e 100644 --- a/.github/workflows/nightly-acceptance-tests-on-production.yaml +++ b/.github/workflows/nightly-acceptance-tests-on-production.yaml @@ -21,7 +21,7 @@ jobs: bundler-cache: true ruby-version: ${{ matrix.ruby }} - name: Authenticate Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Setup GCloud