From dc28bf10236f67d954375a3cb5af45e0d46ba9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:17:23 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 1 to 2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 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/v1...v2) --- 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/ingest-pull.yml | 2 +- .github/workflows/ingest-push.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ingest-pull.yml b/.github/workflows/ingest-pull.yml index 3687c5c8..bf60458f 100644 --- a/.github/workflows/ingest-pull.yml +++ b/.github/workflows/ingest-pull.yml @@ -37,7 +37,7 @@ jobs: run: yarn - name: 🔑 Setup Google Cloud Auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }} create_credentials_file: true diff --git a/.github/workflows/ingest-push.yml b/.github/workflows/ingest-push.yml index 9d96166e..0fb4f387 100644 --- a/.github/workflows/ingest-push.yml +++ b/.github/workflows/ingest-push.yml @@ -43,7 +43,7 @@ jobs: run: yarn - name: 🔑 Setup Google Cloud Auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }} create_credentials_file: true @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: 🔑 Setup Google Cloud Auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}