Skip to content

Commit

Permalink
EDIT: github workflow
Browse files Browse the repository at this point in the history
- bump the gcloud to version 469.0.0
  • Loading branch information
dsmello authored Mar 25, 2024
1 parent 44e26c4 commit 345ad5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: "450.0.0"
version: "469.0.0"

- name: Upload zip
uses: google-github-actions/upload-cloud-storage@v2
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
version: "450.0.0"
version: "469.0.0"

- name: Upload sha256sums
uses: google-github-actions/upload-cloud-storage@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Configure gcloud
uses: google-github-actions/setup-gcloud@v2
with:
version: "450.0.0"
version: "469.0.0"

- name: Configure gke authentication plugin
run: gcloud components install gke-gcloud-auth-plugin --quiet
Expand Down

0 comments on commit 345ad5d

Please sign in to comment.