Skip to content

Commit c3373d1

Browse files
chore(deps): 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] <support@github.com>
1 parent 474fb27 commit c3373d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
- uses: actions/checkout@v4
277277

278278
- name: Authenticate to Google Cloud
279-
uses: google-github-actions/auth@v2
279+
uses: google-github-actions/auth@v3
280280
with:
281281
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
282282
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"
3131

3232
- name: Authenticate to Google Cloud
33-
uses: google-github-actions/auth@v2
33+
uses: google-github-actions/auth@v3
3434
with:
3535
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
3636
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
@@ -113,7 +113,7 @@ jobs:
113113
cosign-release: "v2.2.4"
114114

115115
- name: Authenticate to Google Cloud
116-
uses: google-github-actions/auth@v2
116+
uses: google-github-actions/auth@v3
117117
with:
118118
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
119119
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)