Skip to content

Commit 65543d8

Browse files
dependabot[bot]Mizux
authored andcommitted
build(deps): 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.18.0 to 0.19.0 - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](bazel-contrib/setup-bazel@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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cc8960 commit 65543d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amd64_windows_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{matrix.python.version}}
4848
- name: Check Python
4949
run: python --version
50-
- uses: bazel-contrib/setup-bazel@0.18.0
50+
- uses: bazel-contrib/setup-bazel@0.19.0
5151
- name: Check Bazel
5252
run: bazel version
5353
- name: Restore bazel cache

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{env.PYTHON_VERSION}}
39-
- uses: bazel-contrib/setup-bazel@0.18.0
39+
- uses: bazel-contrib/setup-bazel@0.19.0
4040
- name: Build
4141
run: bazel test --config=ci //ortools/...
4242
shell: bash

0 commit comments

Comments
 (0)