Skip to content

Commit

Permalink
[dep][actions](deps): Bump google-github-actions/setup-gcloud
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 4d32356 commit db79806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildDBImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}

- name: Get GCloud CLI
uses: google-github-actions/setup-gcloud@v2.1.0
uses: google-github-actions/setup-gcloud@v2.1.1
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_cli_and_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}

- name: Get GCloud CLI
uses: google-github-actions/setup-gcloud@v2.1.0
uses: google-github-actions/setup-gcloud@v2.1.1
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}

- name: Get GCloud CLI
uses: google-github-actions/setup-gcloud@v2.1.0
uses: google-github-actions/setup-gcloud@v2.1.1
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down Expand Up @@ -771,7 +771,7 @@ jobs:
# credentials_json: ${{ secrets.GCP_GITHUB_ACTION_PUSH_ARTIFACTS_CREDENTIAL_JSON }}

# - name: Get GCloud CLI
# uses: google-github-actions/setup-gcloud@v2.1.0
# uses: google-github-actions/setup-gcloud@v2.1.1
# with:
# project_id: ${{ env.PROJECT_ID }}

Expand Down

0 comments on commit db79806

Please sign in to comment.