From 0c1a51febd3900e021f37c6de6f513d6db0128d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:56:12 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.0.1 to 2.1.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.0.1 to 2.1.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/f6de81663f7788d05bd15bcce18f0e57f23f0846...5a50e581162a13f4baa8916d01180d2acbc04363) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... 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 11574d3a..6748531f 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@f6de81663f7788d05bd15bcce18f0e57f23f0846' + uses: 'google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363' with: credentials_json: '${{ secrets.GCP_KEY }}' - name: Run tests