Skip to content

Commit bc2edbd

Browse files
chore: 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 5046f46 commit bc2edbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-
4747
name: Auth gcloud
4848
id: auth
49-
uses: google-github-actions/auth@v2
49+
uses: google-github-actions/auth@v3
5050
with:
5151
token_format: access_token
5252
credentials_json: ${{ secrets.GKE_SA_KEY }}

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
-
2626
name: Auth gcloud
27-
uses: google-github-actions/auth@v2
27+
uses: google-github-actions/auth@v3
2828
with:
2929
credentials_json: ${{ secrets.GKE_SA_KEY }}
3030
-

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v4
6464
-
6565
name: Auth gcloud
66-
uses: google-github-actions/auth@v2
66+
uses: google-github-actions/auth@v3
6767
with:
6868
credentials_json: ${{ secrets.gke-credentials }}
6969
-

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
name: Auth gcloud
3737
id: auth
38-
uses: google-github-actions/auth@v2
38+
uses: google-github-actions/auth@v3
3939
with:
4040
token_format: access_token
4141
credentials_json: ${{ secrets.GKE_SA_KEY }}

0 commit comments

Comments
 (0)