Skip to content

Commit

Permalink
Update the setup_cloud github action (#8651)
Browse files Browse the repository at this point in the history
* update setup-gcloud@v0 -> v2 since v0 is deprecated
  • Loading branch information
lbergelson committed Mar 8, 2024
1 parent b0463e4 commit c3599a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: 'Set up Cloud SDK'
if: needs.check-secrets.outputs.google-credentials == 'true'
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2

- name: pull lfs files
run: git lfs pull
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:

- name: 'Set up Cloud SDK'
if: needs.check-secrets.outputs.google-credentials == 'true'
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2

- name: build test jars
run: ./gradlew clean shadowTestClassJar shadowTestJar
Expand Down

0 comments on commit c3599a0

Please sign in to comment.