From 5353246d3a008995354326cc3ecd811581b14b6b Mon Sep 17 00:00:00 2001 From: Paloma Oliveira Date: Thu, 2 May 2024 20:43:48 +0200 Subject: [PATCH] Update 'google-github-actions/setup-gcloud@v2' --- .github/workflows/deploy-to-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-production.yml b/.github/workflows/deploy-to-production.yml index 22bade9c49..aded54df47 100644 --- a/.github/workflows/deploy-to-production.yml +++ b/.github/workflows/deploy-to-production.yml @@ -69,7 +69,7 @@ jobs: python-version: '3.10' - run: pip install crcmod - name: Set up Cloud SDK - uses: 'google-github-actions/setup-gcloud@v0' + uses: 'google-github-actions/setup-gcloud@v2' with: version: '290.0.1' project_id: ${{ secrets.RUN_PROJECT }} @@ -117,7 +117,7 @@ jobs: python-version: '3.10' - run: pip install crcmod - name: Set up Cloud SDK - uses: 'google-github-actions/setup-gcloud@v0' + uses: 'google-github-actions/setup-gcloud@v2' with: version: '290.0.1' project_id: ${{ secrets.RUN_PROJECT_PROD }}