Skip to content

Commit

Permalink
⬆️ Update setup-gcloud action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shark committed Aug 8, 2022
1 parent fb1d69a commit 18e49c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup gcloud
if: steps.changes.outputs.database == 'true'
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: '308.0.0'
service_account_key: ${{ secrets.GOOGLE_CREDENTIALS }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup gcloud
if: steps.changes.outputs.pdf_generator == 'true'
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: '308.0.0'
service_account_key: ${{ secrets.GOOGLE_CREDENTIALS }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Setup gcloud
if: steps.changes.outputs.code_changed == 'true'
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: '308.0.0'
service_account_key: ${{ secrets.GOOGLE_CREDENTIALS }}
Expand Down

0 comments on commit 18e49c0

Please sign in to comment.