From 1bf51ebfcfc89640a7101127bb035cc5fa23c89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:03:26 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0.8.1 to 1.2.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.1 to 1.2.0. - [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...v1.2.0) --- 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..53a8ef7 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@v1.2.0 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@v1.2.0 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@v1.2.0 with: credentials_json: ${{ secrets.GCP_SA_KEY_CLOUDRUN_DEPLOYER }}