Skip to content

Commit 8efccd0

Browse files
chore: bump google-github-actions/auth from 2 to 3 (#540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c58b6d2 commit 8efccd0

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@v5
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)