Skip to content

Commit e30bca9

Browse files
Bump google-github-actions/setup-gcloud from 2.1.5 to 2.2.0 (#1959)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.5 to 2.2.0. - [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@v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfdde62 commit e30bca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
with:
201201
project_id: ${{ secrets.GKE_PROJECT }}
202202
credentials_json: ${{ secrets.GKE_SA_KEY }}
203-
- uses: google-github-actions/setup-gcloud@v2.1.5
203+
- uses: google-github-actions/setup-gcloud@v2.2.0
204204
with:
205205
project_id: ${{ secrets.GKE_PROJECT }}
206206
- uses: google-github-actions/get-gke-credentials@v2.3.4
@@ -242,7 +242,7 @@ jobs:
242242
with:
243243
project_id: ${{ secrets.GKE_PROJECT }}
244244
credentials_json: ${{ secrets.GKE_SA_KEY }}
245-
- uses: google-github-actions/setup-gcloud@v2.1.5
245+
- uses: google-github-actions/setup-gcloud@v2.2.0
246246
with:
247247
project_id: ${{ secrets.GKE_PROJECT }}
248248
- uses: google-github-actions/get-gke-credentials@v2.3.4

0 commit comments

Comments
 (0)