From 5e2da01976bfd361b1905728abc1ae9da56b5ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:06:04 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 2.1.0 to 2.1.1 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.0 to 2.1.1. - [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.1) --- 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..e42cd3f1 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.1 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.1 with: service_account_key: ${{ secrets.GKE_SA_KEY }} project_id: ${{ secrets.GKE_PROJECT }}