From ca953f920abb0be88e9bfef7a5c43f70cf6c7012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:12:47 +0000 Subject: [PATCH] build(deps): bump google-github-actions/auth from 1 to 2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf7b848fcf..52ed7f4773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: with: name: conmonrs path: ${{ github.sha }}/* - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }} @@ -165,7 +165,7 @@ jobs: with: name: conmonrs path: ${{ github.sha }}/* - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }}