From 97f35880590d8dd6bbab673d65b65ecb42fdd507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:06:31 +0000 Subject: [PATCH] Bump bazel-contrib/setup-bazel from 0.14.0 to 0.15.0 Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/enzyme-bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enzyme-bazel.yml b/.github/workflows/enzyme-bazel.yml index 15a35e1b6acf..6194cbcabaaa 100644 --- a/.github/workflows/enzyme-bazel.yml +++ b/.github/workflows/enzyme-bazel.yml @@ -55,7 +55,7 @@ jobs: with: repository: 'llvm/llvm-project' path: 'llvm-project' - - uses: bazel-contrib/setup-bazel@0.14.0 + - uses: bazel-contrib/setup-bazel@0.15.0 name: Set up Bazel with: # Avoid downloading Bazel every time.