From 2cae880e3e3fe4c57d84e921eb00b77d6a9914fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 12:39:18 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0.5.0 to 0.6.0 (#3496) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.5.0 to 0.6.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/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 6 +++--- .github/workflows/zcash-params.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aedc81232d2..2ea99a4b5d0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} @@ -102,7 +102,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} @@ -168,7 +168,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} diff --git a/.github/workflows/zcash-params.yml b/.github/workflows/zcash-params.yml index 20852853278..475bda82396 100644 --- a/.github/workflows/zcash-params.yml +++ b/.github/workflows/zcash-params.yml @@ -35,7 +35,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}