From 24c47681b797a0b9e982b4a985f4d129a41f6151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:35:36 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2 --- .github/workflows/bazel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 6d7e030..c64ac24 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -12,7 +12,7 @@ jobs: steps: - run: set -eu - uses: actions/checkout@v4 - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} - run: bazel test --remote_cache=$GOOGLE_BUCKET --google_default_credentials //... @@ -34,7 +34,7 @@ jobs: steps: - run: set -eu && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs - uses: actions/checkout@v4 - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} - run: bazel run --remote_cache=$GOOGLE_BUCKET --google_default_credentials //deployments/github:ls_lint_publish