Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit d473bea

Browse files
author
Mathieu Benoit
committed
2 parents 3204c92 + 7f37fb9 commit d473bea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- uses: actions/[email protected]
2121
with:
2222
submodules: true
23-
- uses: google-github-actions/auth@v0.8.3
23+
- uses: google-github-actions/auth@v1.0.0
2424
with:
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@v0.6.2
28+
- uses: google-github-actions/setup-gcloud@v1.0.1
2929
with:
3030
version: latest
3131
- name: prepare environment variables

0 commit comments

Comments
 (0)