Skip to content

Commit 069ea13

Browse files
Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.0.1 to 2.1.0. - [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.0.1...v2.1.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e8d2d0 commit 069ea13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
2626
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
2727
token_format: 'access_token'
28-
- uses: google-github-actions/setup-gcloud@v2.0.1
28+
- uses: google-github-actions/setup-gcloud@v2.1.0
2929
with:
3030
version: latest
3131
- name: prepare environment variables
@@ -113,7 +113,7 @@ jobs:
113113
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
114114
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
115115
token_format: 'access_token'
116-
- uses: google-github-actions/setup-gcloud@v2.0.1
116+
- uses: google-github-actions/setup-gcloud@v2.1.0
117117
with:
118118
version: latest
119119
- name: sign-in to artifact registry

0 commit comments

Comments
 (0)