Skip to content

Commit

Permalink
Update google action version
Browse files Browse the repository at this point in the history
  • Loading branch information
discombobulateme committed May 2, 2024
1 parent 5353246 commit 547cf4e
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 @@ -71,7 +71,7 @@ jobs:
- name: Set up Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '290.0.1'
version: '>= 363.0.0'
project_id: ${{ secrets.RUN_PROJECT }}
service_account_key: ${{ secrets.RUN_SA_KEY }}

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Set up Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '290.0.1'
version: '>= 363.0.0'
project_id: ${{ secrets.RUN_PROJECT_PROD }}
service_account_key: ${{ secrets.RUN_SA_KEY_PROD }}
# - uses: actions/cache@v4
Expand Down

0 comments on commit 547cf4e

Please sign in to comment.