From 26bbd7cd1147fbfd26e6c593be6c8d45513c9f8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:12:44 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2 --- .github/workflows/release_forge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_forge.yaml b/.github/workflows/release_forge.yaml index 440d2d2..16e0c45 100644 --- a/.github/workflows/release_forge.yaml +++ b/.github/workflows/release_forge.yaml @@ -25,7 +25,7 @@ jobs: run: ./gradlew testClasses - name: JUnit run: ./gradlew test - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{secrets.GCP_IDENTITY_PROVIDER}} service_account: ${{secrets.GCP_SERVICE_ACCOUNT}}