From 836297b472ee23fd5c11d2d94323fa619fe90d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:43:16 +0000 Subject: [PATCH] Bump bazel-contrib/setup-bazel from 0.18.0 to 0.19.0 Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reactant-bazel-custom.yml | 2 +- .github/workflows/reactant-bazel-plugin.yml | 2 +- .github/workflows/reactant-cmake-plugin.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reactant-bazel-custom.yml b/.github/workflows/reactant-bazel-custom.yml index a46f0a47..008369b5 100644 --- a/.github/workflows/reactant-bazel-custom.yml +++ b/.github/workflows/reactant-bazel-custom.yml @@ -75,7 +75,7 @@ jobs: ls -lhrt "${BASE_DIR}"/Enzyme-GPU-Tests echo "BASE_DIR=${BASE_DIR}" >> ${GITHUB_ENV} - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 name: Set up Bazel with: # Avoid downloading Bazel every time. diff --git a/.github/workflows/reactant-bazel-plugin.yml b/.github/workflows/reactant-bazel-plugin.yml index 78a1921d..cbe33bce 100644 --- a/.github/workflows/reactant-bazel-plugin.yml +++ b/.github/workflows/reactant-bazel-plugin.yml @@ -76,7 +76,7 @@ jobs: ls -lhrt "${BASE_DIR}"/Enzyme-GPU-Tests echo "BASE_DIR=${BASE_DIR}" >> ${GITHUB_ENV} - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 name: Set up Bazel with: # Avoid downloading Bazel every time. diff --git a/.github/workflows/reactant-cmake-plugin.yml b/.github/workflows/reactant-cmake-plugin.yml index f189373e..544265fd 100644 --- a/.github/workflows/reactant-cmake-plugin.yml +++ b/.github/workflows/reactant-cmake-plugin.yml @@ -118,7 +118,7 @@ jobs: cmake ../enzyme -GNinja -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DLLVM_DIR=${{ env.BASE_DIR }}/llvm-project/mlir-build -DREACTANT_CLANG=ON ninja - - uses: bazel-contrib/setup-bazel@0.18.0 + - uses: bazel-contrib/setup-bazel@0.19.0 name: Set up Bazel with: # Avoid downloading Bazel every time.