From 5bd1de0d3b198a083332d06ba60126c5911507fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:57:27 +0000 Subject: [PATCH] ci: bump google-github-actions/auth from 1.0.0 to 1.1.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/ef5d53e30bbcd8d0836f4288f5e50ff3e086997d...e8df18b60c5dd38ba618c121b779307266153fbf) --- updated-dependencies: - dependency-name: google-github-actions/auth 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 39b51c4c2f..a1a3cd868e 100644 --- a/.github/workflows/externalworkloads.yaml +++ b/.github/workflows/externalworkloads.yaml @@ -53,7 +53,7 @@ jobs: - name: Set up gcloud credentials id: 'auth' - uses: 'google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d' + uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf' with: credentials_json: '${{ secrets.GCP_PR_SA_KEY }}' diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index e2f27d4389..32625dcdc0 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -57,7 +57,7 @@ jobs: - name: Set up gcloud credentials id: 'auth' - uses: 'google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d' + uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf' with: credentials_json: '${{ secrets.GCP_PR_SA_KEY }}' diff --git a/.github/workflows/multicluster.yaml b/.github/workflows/multicluster.yaml index 366c6aea0f..1d5a6421d7 100644 --- a/.github/workflows/multicluster.yaml +++ b/.github/workflows/multicluster.yaml @@ -54,7 +54,7 @@ jobs: - name: Set up gcloud credentials id: 'auth' - uses: 'google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d' + uses: 'google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf' with: credentials_json: '${{ secrets.GCP_PR_SA_KEY }}'