From 3215d6cd833015bc980d9dd187c09da704c55fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:35:27 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 2.1.0 to 2.1.2 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.0 to 2.1.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](https://github.com/google-github-actions/setup-gcloud/compare/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Deploy-GKE.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy-GKE.yml b/.github/workflows/Deploy-GKE.yml index 5804d8b1..db8f3d10 100644 --- a/.github/workflows/Deploy-GKE.yml +++ b/.github/workflows/Deploy-GKE.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@v2.1.0 + - uses: google-github-actions/setup-gcloud@v2.1.2 with: service_account_key: ${{ secrets.GKE_SA_KEY }} project_id: ${{ secrets.GKE_PROJECT }} @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 # Setup gcloud CLI - - uses: google-github-actions/setup-gcloud@v2.1.0 + - uses: google-github-actions/setup-gcloud@v2.1.2 with: service_account_key: ${{ secrets.GKE_SA_KEY }} project_id: ${{ secrets.GKE_PROJECT }}