File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
# This is where bazelisk caches its downloads of Bazel.
18
18
BAZELISK_HOME : /home/runner/.cache/bazel_ci/bazelisk
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Install Ubuntu dependencies
22
22
run : .github/ci_setup.bash
23
23
# Restore the most appropriate caches.
46
46
# * For subsequent builds of a PR, the first restore key, e.g.,
47
47
# "bazel_ci-refs/pull/###/merge-" should match the most recently saved
48
48
# PR key "bazel_ci-refs/pull/###/merge-####-#".
49
- - uses : actions/cache/restore@v3
49
+ - uses : actions/cache/restore@v4
50
50
with :
51
51
path : ~/.cache/bazel_ci
52
52
key : bazel_ci-${{ github.ref }}-${{ github.run_number }}-${{ github.run_attempt }}
65
65
# By default, actions/cache only saves after a successful workflow, but
66
66
# our caches are bags of files where we only ever add new files (not change
67
67
# an existing files), so it's always safe to snapshot.
68
- - uses : actions/cache/save@v3
68
+ - uses : actions/cache/save@v4
69
69
if : always()
70
70
with :
71
71
path : ~/.cache/bazel_ci
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: BSD-3-Clause
2
2
3
- bazel_dep (name = "bazel_skylib" , version = "1.5.0 " )
4
- bazel_dep (name = "rules_python" , version = "0.31 .0" )
3
+ bazel_dep (name = "bazel_skylib" , version = "1.7.1 " )
4
+ bazel_dep (name = "rules_python" , version = "1.1 .0" )
5
5
6
6
http_archive = use_repo_rule (
7
7
"@bazel_tools//tools/build_defs/repo:http.bzl" ,
You can’t perform that action at this time.
0 commit comments