From d27902f5d7db49c6fd64152fd1f81d2bd1133298 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 2 Oct 2024 11:04:19 +0200 Subject: [PATCH] Update github auth action --- .github/workflows/firebase_test_lab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index b6e0cb3..20dc4a2 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -60,7 +60,7 @@ jobs: wrapper-directory: ${{ github.workspace }}/MacrobenchmarkSample/gradle/wrapper - name: 'Authenticate Cloud SDK' - uses: 'google-github-actions/auth@v0' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}'