Skip to content

Commit 484f456

Browse files
Bump google-github-actions/auth from 2.1.3 to 2.1.4
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.3 to 2.1.4. - [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@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f8097a commit 484f456

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
23-
- uses: google-github-actions/auth@v2.1.3
23+
- uses: google-github-actions/auth@v2.1.4
2424
with:
2525
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
2626
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
@@ -108,7 +108,7 @@ jobs:
108108
helm template chart/ > helm-output.yaml
109109
kustomize create --resources helm-output.yaml
110110
kustomize build .
111-
- uses: google-github-actions/auth@v2.1.3
111+
- uses: google-github-actions/auth@v2.1.4
112112
with:
113113
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
114114
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'

0 commit comments

Comments
 (0)