From 87a9610659f45da8020f3d836de1baaba275deec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 05:43:10 +0000 Subject: [PATCH] chore(deps): 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/k8s-cleaner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-cleaner.yml b/.github/workflows/k8s-cleaner.yml index 94b04bf14..63bd0bc0d 100644 --- a/.github/workflows/k8s-cleaner.yml +++ b/.github/workflows/k8s-cleaner.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: 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.GCP_SA_KEY }} project_id: ${{ env.PROJECT_ID }}