Skip to content

Commit f187d30

Browse files
chore: bump google-github-actions/setup-gcloud from 1 to 2
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6601526 commit f187d30

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
@@ -28,7 +28,7 @@ jobs:
2828
credentials_json: ${{ secrets.GKE_SA_KEY }}
2929
-
3030
name: Setup gcloud
31-
uses: google-github-actions/setup-gcloud@v1
31+
uses: google-github-actions/setup-gcloud@v2
3232
with:
3333
project_id: ${{ secrets.GKE_PROJECT }}
3434
-

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
credentials_json: ${{ secrets.gke-credentials }}
6060
-
6161
name: Setup gcloud
62-
uses: google-github-actions/setup-gcloud@v1
62+
uses: google-github-actions/setup-gcloud@v2
6363
with:
6464
project_id: ${{ secrets.gke-project }}
6565
-

.github/workflows/security.yml

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

0 commit comments

Comments
 (0)