From 764be0d1a1f16d416193aff239059550c6fe4406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:01:39 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0.8.1 to 2.1.6 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.1 to 2.1.6. - [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.8.1...v2.1.6) --- 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-cd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index a7ea8d2..debce36 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: google-github-actions/auth@v0.8.1 + - uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.GCP_SA_KEY_GCR_PUSHER }} @@ -115,7 +115,7 @@ jobs: environment: staging steps: - - uses: google-github-actions/auth@v0.8.1 + - uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }} @@ -134,7 +134,7 @@ jobs: environment: production steps: - - uses: google-github-actions/auth@v0.8.1 + - uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }}