From e3af72ce26c6ce369a66d83608446af1b3cf2cf2 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Tue, 10 Sep 2024 17:09:15 +0200 Subject: [PATCH] Update gcloud action version to 2 --- .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 c8204b4f..66af9b1c 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -65,7 +65,7 @@ jobs: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 - name: Install Cloud SDK Beta components run: gcloud components install beta