From 8c1d60423da00a5d709697046ab59de1eea9ed3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:02:09 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2.1.3 to 2.1.6 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.3 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/v2.1.3...v2.1.6) --- 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 b6f49d2c..37ffe50a 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.3 + uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.GCP_CR_PRIVATE_KEY }} - name: Deploy ${{ matrix.environment }} to Cloud Run