Skip to content

Commit b9d65a1

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 1 to 2 (#33)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 590028d commit b9d65a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
6969

7070
- name: Setup GCloud SDK
71-
uses: "google-github-actions/setup-gcloud@v1"
71+
uses: "google-github-actions/setup-gcloud@v2"
7272

7373
- name: Publish Helm Chart
7474
run: |

0 commit comments

Comments
 (0)