Skip to content

Commit a1c47aa

Browse files
build(deps): bump google-github-actions/setup-gcloud from 0 to 1
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] <[email protected]>
1 parent 8208113 commit a1c47aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
# Action Repo: https://github.com/google-github-actions/setup-gcloud
134134
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
135-
uses: google-github-actions/setup-gcloud@v0
135+
uses: google-github-actions/setup-gcloud@v1
136136
with:
137137
version: ${{ env.GCLOUD_SDK_VERION }}
138138

@@ -268,7 +268,7 @@ jobs:
268268
269269
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
270270
if: matrix.federation_member == 'prod'
271-
uses: google-github-actions/setup-gcloud@v0
271+
uses: google-github-actions/setup-gcloud@v1
272272
with:
273273
version: ${{ env.GCLOUD_SDK_VERION }}
274274

0 commit comments

Comments
 (0)