Skip to content

Commit

Permalink
Update 'google-github-actions/setup-gcloud@v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paloma Oliveira authored May 2, 2024
1 parent 7456ea9 commit 5353246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5353246

Please sign in to comment.