Skip to content

Commit

Permalink
Merge pull request #2876 from jupyterhub/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…ogle-github-actions/setup-gcloud-2

Bump google-github-actions/setup-gcloud from 1 to 2
  • Loading branch information
manics authored Jan 2, 2024
2 parents 0644a31 + 91d5131 commit ad03603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# Action Repo: https://github.com/google-github-actions/setup-gcloud
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2
with:
version: ${{ env.GCLOUD_SDK_VERION }}

Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- name: "Stage 1: Install gcloud ${{ env.GCLOUD_SDK_VERION }}"
if: matrix.federation_member == 'prod'
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2
with:
version: ${{ env.GCLOUD_SDK_VERION }}

Expand Down

0 comments on commit ad03603

Please sign in to comment.