Skip to content

Commit 68895e5

Browse files
Bump google-github-actions/setup-gcloud from 2 to 3
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 896b256 commit 68895e5

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
@@ -138,7 +138,7 @@ jobs:
138138
139139
# Action Repo: https://github.com/google-github-actions/setup-gcloud
140140
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
141-
uses: google-github-actions/setup-gcloud@v2
141+
uses: google-github-actions/setup-gcloud@v3
142142
with:
143143
version: ${{ env.GCLOUD_SDK_VERION }}
144144

@@ -295,7 +295,7 @@ jobs:
295295
296296
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
297297
if: matrix.federation_member == 'prod'
298-
uses: google-github-actions/setup-gcloud@v2
298+
uses: google-github-actions/setup-gcloud@v3
299299
with:
300300
version: ${{ env.GCLOUD_SDK_VERION }}
301301

0 commit comments

Comments
 (0)