Skip to content

Commit

Permalink
Update gcloud gha version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyEngel committed Mar 18, 2024
1 parent 5db3b29 commit cb7bbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v2
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm run build
- name: Verify contents
run: ls -la
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v2
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit cb7bbef

Please sign in to comment.