File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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@v5
18+ - uses : actions/checkout@v6
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@v5
25+ - uses : actions/checkout@v6
2626 - id : bazel-version
2727 name : Prepare 'bazel-version' matrix axis
2828 run : |
@@ -249,7 +249,7 @@ jobs:
249249 # Steps represent a sequence of tasks that will be executed as part of the job
250250 steps :
251251 # Checks-out your repository under github.workspace, so your job can access it
252- - uses : actions/checkout@v5
252+ - uses : actions/checkout@v6
253253
254254 # Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata,
255255 # 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@v5
14+ - uses : actions/checkout@v6
1515 - run : |
1616 ./npm/private/versions_mirror.sh
1717 npx @bazel/buildifier npm/private/versions.bzl
Original file line number Diff line number Diff line change 2424 new-tag : ${{ steps.ccv.outputs.new-tag }}
2525 new-tag-version : ${{steps.ccv.outputs.new-tag-version}}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 with :
2929 # Need enough history to find the prior release tag
3030 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments