From c9d9df08a26c5c5228b7e28094a384809d7045ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:03:05 +0000 Subject: [PATCH] chore(deps): 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/v2.0.1...v2.1.0) --- 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/gcs-upload.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcs-upload.yaml b/.github/workflows/gcs-upload.yaml index 614e6fb..ea29030 100644 --- a/.github/workflows/gcs-upload.yaml +++ b/.github/workflows/gcs-upload.yaml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: authenticate to google cloud id: auth - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: credentials_json: "${{ secrets.GCP_JSON_KEY }}" - id: "upload-file"