From b77852be51b948093d390aa787e3a4902b7edc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:33:39 +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/release-dev.yml | 4 ++-- .github/workflows/release-main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index e7c8ba1..b9ce0fa 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -106,7 +106,7 @@ jobs: - name: Google Auth id: gcp-auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' @@ -269,7 +269,7 @@ jobs: steps: - name: Google Auth id: gcp-auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index a00a79d..03fbcda 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -149,7 +149,7 @@ jobs: - name: Google Auth id: gcp-auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' @@ -271,7 +271,7 @@ jobs: steps: - name: Google Auth id: gcp-auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'