From 93fbea860dda98a685f8f78c4a0544171f1dc950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:44:36 +0000 Subject: [PATCH] build(deps): bump google-github-actions/auth from 1.1.1 to 2.0.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.1 to 2.0.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/35b0e87d162680511bf346c299f71c9c5c379033...67e9c72af6e0492df856527b474995862b7b6591) --- 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/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 6c38ac8..6d11f1b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -38,7 +38,7 @@ jobs: - name: gcloud authenticate if: ${{ github.event_name != 'pull_request' }} - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 + uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: project_id: ${{ secrets.GCP_PRODUCTION_PROJECT_ID }} credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }} @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: gcloud authenticate - uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 + uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 with: project_id: ${{ secrets.GCP_PRODUCTION_PROJECT_ID }} credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}