From 24fa350ef06db86160816f1b5f37b4e42233da62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:25:25 +0000 Subject: [PATCH] build(deps): bump google-github-actions/setup-gcloud from 1 to 2 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/on_daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_daily.yml b/.github/workflows/on_daily.yml index 7da398a620..513cc64f12 100644 --- a/.github/workflows/on_daily.yml +++ b/.github/workflows/on_daily.yml @@ -34,7 +34,7 @@ jobs: credentials_json: ${{ secrets.FUZZ_SERVICE_ACCT_JSON_BUNDLE }} - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@v2' - name: Generate all coverage run: ./.github/workflows/scripts/cov_all.sh