Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b09311

Browse files
authoredJan 2, 2023
chore: bump google-github-actions/setup-gcloud from 0 to 1 (#5517)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 1. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05dc83e commit 4b09311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
service_account: coder-ci@coder-dogfood.iam.gserviceaccount.com
498498

499499
- name: Set up Google Cloud SDK
500-
uses: google-github-actions/setup-gcloud@v0
500+
uses: google-github-actions/setup-gcloud@v1
501501

502502
- uses: actions/setup-go@v3
503503
with:

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
177177

178178
- name: Setup GCloud SDK
179-
uses: 'google-github-actions/setup-gcloud@v0'
179+
uses: 'google-github-actions/setup-gcloud@v1'
180180

181181
- name: Publish Helm Chart
182182
run: |

0 commit comments

Comments
 (0)
Failed to load comments.