Skip to content

Commit 4156415

Browse files
authored
Merge pull request #2405 from jupyterhub/dependabot/github_actions/google-github-actions/setup-gcloud-1
build(deps): bump google-github-actions/setup-gcloud from 0 to 1
2 parents 27b6544 + a1c47aa commit 4156415

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)