From 159dfae8ee7b3c2311e2e1d87b06ceb59ecb89cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 21:15:08 +0000 Subject: [PATCH] build(deps): bump google-github-actions/setup-gcloud from 0.3.0 to 0.4.0 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/a45a0825993ace67ae6e11cf3011b3e7d6795f82...e0f83f24f541c30f1e9fe3c966963a10b8e647f5) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/externalworkloads.yaml | 2 +- .github/workflows/gke.yaml | 2 +- .github/workflows/multicluster.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/externalworkloads.yaml b/.github/workflows/externalworkloads.yaml index 9e405487d1..4ab000d7ad 100644 --- a/.github/workflows/externalworkloads.yaml +++ b/.github/workflows/externalworkloads.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Set up gcloud CLI - uses: google-github-actions/setup-gcloud@a45a0825993ace67ae6e11cf3011b3e7d6795f82 + uses: google-github-actions/setup-gcloud@e0f83f24f541c30f1e9fe3c966963a10b8e647f5 with: project_id: ${{ secrets.GCP_PR_PROJECT_ID }} service_account_key: ${{ secrets.GCP_PR_SA_KEY }} diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index 28f7cdf0b2..d6a1d132c9 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Set up gcloud CLI - uses: google-github-actions/setup-gcloud@a45a0825993ace67ae6e11cf3011b3e7d6795f82 + uses: google-github-actions/setup-gcloud@e0f83f24f541c30f1e9fe3c966963a10b8e647f5 with: project_id: ${{ secrets.GCP_PR_PROJECT_ID }} service_account_key: ${{ secrets.GCP_PR_SA_KEY }} diff --git a/.github/workflows/multicluster.yaml b/.github/workflows/multicluster.yaml index 36b5f4b051..47b5858630 100644 --- a/.github/workflows/multicluster.yaml +++ b/.github/workflows/multicluster.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Set up gcloud CLI - uses: google-github-actions/setup-gcloud@a45a0825993ace67ae6e11cf3011b3e7d6795f82 + uses: google-github-actions/setup-gcloud@e0f83f24f541c30f1e9fe3c966963a10b8e647f5 with: project_id: ${{ secrets.GCP_PR_PROJECT_ID }} service_account_key: ${{ secrets.GCP_PR_SA_KEY }}