From bd541c3b1f49bd46a7f26daec99c7d8b631970f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:46:30 +0000 Subject: [PATCH] Bump bazel-contrib/setup-bazel in the github-actions group Bumps the github-actions group with 1 update: [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel). Updates `bazel-contrib/setup-bazel` from 0.16.0 to 0.18.0 - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.16.0...0.18.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/amd64_linux_bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amd64_linux_bazel.yml b/.github/workflows/amd64_linux_bazel.yml index fc7b831..9d305b3 100644 --- a/.github/workflows/amd64_linux_bazel.yml +++ b/.github/workflows/amd64_linux_bazel.yml @@ -37,7 +37,7 @@ jobs: run: | python --version python -m platform - - uses: bazel-contrib/setup-bazel@0.16.0 + - uses: bazel-contrib/setup-bazel@0.18.0 with: bazelisk-cache: true disk-cache: ${{github.workflow}}