Skip to content

Commit 2f47d8f

Browse files
authored
Merge pull request #3444 from jupyterhub/dependabot/github_actions/google-github-actions/setup-gcloud-3
Bump google-github-actions/setup-gcloud from 2 to 3
2 parents 66fcebb + 68895e5 commit 2f47d8f

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)