Skip to content

Commit 22f8741

Browse files
Update all dependencies
1 parent 7b92aac commit 22f8741

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# This is where bazelisk caches its downloads of Bazel.
1818
BAZELISK_HOME: /home/runner/.cache/bazel_ci/bazelisk
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Install Ubuntu dependencies
2222
run: .github/ci_setup.bash
2323
# Restore the most appropriate caches.

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.8.1")
4-
bazel_dep(name = "rules_python", version = "1.5.1")
4+
bazel_dep(name = "rules_python", version = "1.5.2")
55

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

0 commit comments

Comments
 (0)