Skip to content

Commit dac8594

Browse files
Merge pull request #211 from mathieu-benoit/dependabot/github_actions/google-github-actions/setup-gcloud-2.1.0
Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0
2 parents 31f5b61 + 069ea13 commit dac8594

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)