Skip to content

Commit 388df73

Browse files
authored
chore(deps): update google-github-actions/auth action to v3 (#3225)
1 parent 652d232 commit 388df73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cft-devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- id: 'auth'
2727
name: 'Authenticate to Google Cloud'
28-
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' # v2.1.12
28+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
2929
with:
3030
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3131
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- id: 'auth'
3131
name: 'Authenticate to Google Cloud'
32-
uses: 'google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5' # v2.1.12
32+
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093' # v3.0.0
3333
with:
3434
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3535
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'

0 commit comments

Comments
 (0)