From e5b0c1ecae0e7356b394518cac9fbd4f63c490d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:50:48 +0000 Subject: [PATCH] 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/invy-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/invy-api.yml b/.github/workflows/invy-api.yml index f110e31..09766de 100644 --- a/.github/workflows/invy-api.yml +++ b/.github/workflows/invy-api.yml @@ -111,7 +111,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/936800855868/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-prod@invy-prod.iam.gserviceaccount.com @@ -151,7 +151,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/434214998297/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-dev@invy-dev.iam.gserviceaccount.com @@ -174,7 +174,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Authenticate Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: projects/936800855868/locations/global/workloadIdentityPools/github/providers/github-provider service_account: api-ci-prod@invy-prod.iam.gserviceaccount.com