From 334f0d8f849009ed72d98349bb31edfbc102380d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:22:14 +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.15.0 to 0.16.0 - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 0.16.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 78646b8..fc7b831 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.15.0 + - uses: bazel-contrib/setup-bazel@0.16.0 with: bazelisk-cache: true disk-cache: ${{github.workflow}}