Skip to content

Commit

Permalink
Update google-github-actions/setup-gcloud action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent bf109a0 commit 4d3e352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_JSON }}

- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1.1.1
uses: google-github-actions/setup-gcloud@v2.1.1
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Set up Google Cloud SDK
if: steps.checkfolder.outputs.manifests_exist == 'true'
uses: google-github-actions/setup-gcloud@v1.1.1
uses: google-github-actions/setup-gcloud@v2.1.1
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down

0 comments on commit 4d3e352

Please sign in to comment.