From b64c21cb27b6587533fc8231975d304cb6b62f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:29:48 +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 15a35e1b6..6194cbcab 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.