From 7be9a3a99a433e66238f77ec629b1ba6205dbc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:48:23 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2.1.1 to 2.1.2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.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/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index a34973358..acde2e9df 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -101,7 +101,7 @@ jobs: environment: [ dev, prod ] steps: - name: Authenticate GCloud Service Account - uses: google-github-actions/auth@v2.1.1 + uses: google-github-actions/auth@v2.1.2 with: credentials_json: ${{ secrets.GCP_CR_PRIVATE_KEY }} - name: Deploy ${{ matrix.environment }} to Cloud Run