Skip to content

Commit 6d765e4

Browse files
build(deps): bump google-github-actions/auth from 2 to 3 (#182)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' 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 1f560a4 commit 6d765e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
aws-region: eu-west-2
4949

5050
- name: Log into GCP using OIDC
51-
uses: google-github-actions/auth@v2
51+
uses: google-github-actions/auth@v3
5252
with:
5353
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
5454
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
aws-region: eu-west-2
4949

5050
- name: Log into GCP using OIDC
51-
uses: google-github-actions/auth@v2
51+
uses: google-github-actions/auth@v3
5252
with:
5353
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
5454
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)