From 1c5774a8f9e2bfbbeda73f17af8009fbe5557238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:58:38 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0.8.1 to 2.1.2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.1 to 2.1.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/v0.8.1...v2.1.2) --- 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..5c33aeb 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.2 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.2 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.2 with: credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }}