Skip to content

Commit 2a6555d

Browse files
Update all dependencies (#113)
1 parent db3ba35 commit 2a6555d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.0
1+
9.0.0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Ubuntu dependencies
1919
run: .github/ci_setup.bash
2020
# Use setup-bazel for caching.
21-
- uses: bazel-contrib/setup-bazel@0.15.0
21+
- uses: bazel-contrib/setup-bazel@0.18.0
2222
with:
2323
# Use the cached Bazelisk version, or download if not found.
2424
bazelisk-cache: true

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22

33
bazel_dep(name = "bazel_skylib", version = "1.9.0")
4-
bazel_dep(name = "rules_python", version = "1.7.0")
4+
bazel_dep(name = "rules_python", version = "1.8.3")
55

66
http_archive = use_repo_rule(
77
"@bazel_tools//tools/build_defs/repo:http.bzl",

0 commit comments

Comments
 (0)