From b78e9fa1313fa1ac0f4e6971ab8ccde469e537bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:23:49 -0800 Subject: [PATCH] Bump google-github-actions/auth from 2.0.0 to 2.1.1 (#1347) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.0.0 to 2.1.1. - [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/v2.0.0...v2.1.1) --- 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> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00dbd0da4..cd2b283b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -338,7 +338,7 @@ jobs: cat last_download.json - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2.0.0' + uses: 'google-github-actions/auth@v2.1.1' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'