Skip to content

Commit c58b6d2

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
credentials_json: ${{ secrets.GKE_SA_KEY }}
3030
-
3131
name: Setup gcloud
32-
uses: google-github-actions/setup-gcloud@v2
32+
uses: google-github-actions/setup-gcloud@v3
3333
with:
3434
project_id: ${{ secrets.GKE_PROJECT }}
3535
-

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
credentials_json: ${{ secrets.gke-credentials }}
6969
-
7070
name: Setup gcloud
71-
uses: google-github-actions/setup-gcloud@v2
71+
uses: google-github-actions/setup-gcloud@v3
7272
with:
7373
project_id: ${{ secrets.gke-project }}
7474
-

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ steps.auth.outputs.access_token }}
4949
-
5050
name: Setup gcloud
51-
uses: google-github-actions/setup-gcloud@v2
51+
uses: google-github-actions/setup-gcloud@v3
5252
with:
5353
project_id: ${{ secrets.gke-project }}
5454
-

0 commit comments

Comments
 (0)