From e900c62105bf8e60869830c7613b4864e1d26515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 07:43:30 +0100 Subject: [PATCH] chore(deps): Update google-github-actions/setup-gcloud action to v1.1.1 (#1582) chore(deps): update google-github-actions/setup-gcloud action to v1.1.1 Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 742aae93c..156a24ebf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: credentials_json: ${{ secrets.GCP_SA_KEY}} - name: Install Cloud SDK - uses: google-github-actions/setup-gcloud@v1.1.0 + uses: google-github-actions/setup-gcloud@v1.1.1 - name: Publish JSON schemas run: |- @@ -157,7 +157,7 @@ jobs: credentials_json: ${{ secrets.GCP_SA_KEY}} - name: Install Cloud SDK - uses: google-github-actions/setup-gcloud@v1.1.0 + uses: google-github-actions/setup-gcloud@v1.1.1 - name: Package Helm chart run: |-