File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 check :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : buildifier
2020 run : bazel run --enable_bzlmod //:buildifier.check
Original file line number Diff line number Diff line change 2222 matrix-prep :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - id : bazel-version
2727 name : Prepare 'bazel-version' matrix axis
2828 run : |
@@ -236,7 +236,7 @@ jobs:
236236 # Steps represent a sequence of tasks that will be executed as part of the job
237237 steps :
238238 # Checks-out your repository under github.workspace, so your job can access it
239- - uses : actions/checkout@v4
239+ - uses : actions/checkout@v5
240240
241241 # Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
242242 # which exercises fetching a git repository via ssh.
Original file line number Diff line number Diff line change 1111 mirror :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - run : |
1616 ./npm/private/versions_mirror.sh
1717 npx @bazel/buildifier npm/private/versions.bzl
You can’t perform that action at this time.
0 commit comments