Skip to content

Commit

Permalink
chore(deps): 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 and cpcloud committed Dec 9, 2023
1 parent 6035960 commit 75a0327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

- uses: google-github-actions/setup-gcloud@v1
- uses: google-github-actions/setup-gcloud@v2

- run: gcloud info

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ibis-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

- uses: google-github-actions/setup-gcloud@v1
- uses: google-github-actions/setup-gcloud@v2

- name: show gcloud info
run: gcloud info
Expand Down

0 comments on commit 75a0327

Please sign in to comment.