We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b92aac commit 22f8741Copy full SHA for 22f8741
2 files changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
# This is where bazelisk caches its downloads of Bazel.
18
BAZELISK_HOME: /home/runner/.cache/bazel_ci/bazelisk
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Install Ubuntu dependencies
22
run: .github/ci_setup.bash
23
# Restore the most appropriate caches.
MODULE.bazel
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: BSD-3-Clause
2
3
bazel_dep(name = "bazel_skylib", version = "1.8.1")
4
-bazel_dep(name = "rules_python", version = "1.5.1")
+bazel_dep(name = "rules_python", version = "1.5.2")
5
6
http_archive = use_repo_rule(
7
"@bazel_tools//tools/build_defs/repo:http.bzl",
0 commit comments