From 8fab122609ed4efb48b6de484ce228a5ffa1dcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:40:27 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.0 to 2.1.1 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.0 to 2.1.1. - [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/5a50e581162a13f4baa8916d01180d2acbc04363...a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc64abb4..b0e4d8d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -255,7 +255,7 @@ jobs: sqlalchemy-bigquery - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363' + uses: 'google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f' with: credentials_json: '${{ secrets.GCP_KEY }}' - name: Run tests