Skip to content

Commit b67db0a

Browse files
Bump google-github-actions/auth from 2 to 3
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] <[email protected]>
1 parent 6322868 commit b67db0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: npm run build
4444
- id: "auth"
4545
name: "Authenticate to Google Cloud"
46-
uses: "google-github-actions/auth@v2"
46+
uses: "google-github-actions/auth@v3"
4747
with:
4848
token_format: "access_token"
4949
workload_identity_provider: "projects/914576303414/locations/global/workloadIdentityPools/github-actions-wi-pool/providers/github-actions-wi-provider"

.github/workflows/policies.yaml

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

2828
- id: "auth"
2929
name: "Authenticate to Google Cloud"
30-
uses: "google-github-actions/auth@v2"
30+
uses: "google-github-actions/auth@v3"
3131
with:
3232
token_format: "access_token"
3333
workload_identity_provider: "projects/914576303414/locations/global/workloadIdentityPools/github-actions-wi-pool/providers/github-actions-wi-provider"

0 commit comments

Comments
 (0)