From 7d88fc969de490d2ad686239c9d7cb9111ba0090 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 31 Aug 2025 11:24:26 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index eda8587d..f477510f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -31,7 +31,7 @@ jobs: - name: Run unit tests run: mvn test -B - name: Auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.JSON_SERVICE_ACCOUNT_CREDENTIALS }} - name: Setup GCloud