Skip to content

Commit 412d2f8

Browse files
chore(deps): bump google-github-actions/auth from 2.1.12 to 3.0.0 (#1390)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.12 to 3.0.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@b7593ed...7c6bc77) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35672eb commit 412d2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-live.yml

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

5757
- name: Authenticate to Google Cloud
5858
id: auth
59-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
59+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
6060
with:
6161
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
6262
service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}

.github/workflows/deploy-preview.yml

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

151151
- name: Authenticate to Google Cloud
152152
id: auth
153-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
153+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
154154
with:
155155
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
156156
service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)