Skip to content

Commit

Permalink
Bump google-github-actions/setup-gcloud aciton
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jul 29, 2024
1 parent 3a0cc2d commit 576821f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gcp_azure_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Set up Google Cloud SDK
if: matrix.cloud == 'gcp'
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- name: Create account file for GCP
if: matrix.cloud == 'gcp'
Expand Down Expand Up @@ -177,4 +177,4 @@ jobs:
console.log("");
console.log("## Google Cloud Platform");
console.log("");
gcpLinesToPrint.forEach(line => console.log(line));
gcpLinesToPrint.forEach(line => console.log(line));

0 comments on commit 576821f

Please sign in to comment.