File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 matrix : ${{ steps.set-benchmarks.outputs.matrix }}
1414 pr_number : ${{ steps.set-benchmarks.outputs.pr_number }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5
1919 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Sanitize PR title
1717 id : sanitize
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 - name : Cache Cargo
1616 uses : actions/cache@v4
5454 runs-on : ubuntu-latest
5555
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - uses : actions/cache@v4
5959 with :
6060 path : |
@@ -114,10 +114,10 @@ jobs:
114114
115115 steps :
116116 - name : Checkout current PR
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118
119119 - name : Checkout baseline branch
120- uses : actions/checkout@v5
120+ uses : actions/checkout@v6
121121 with :
122122 ref : main
123123 path : _canbench_baseline_branch
@@ -163,7 +163,7 @@ jobs:
163163 runs-on : ubuntu-latest
164164
165165 steps :
166- - uses : actions/checkout@v5
166+ - uses : actions/checkout@v6
167167
168168 - name : Save PR number
169169 run : |
Original file line number Diff line number Diff line change 2525 MDBOOK_LINKCHECK_VERSION : 0.7.7
2626 RUST_VERSION : 1.84.0 # Use the same version as in `rust-toolchain.toml`
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Install Rust
3131 run : |
You can’t perform that action at this time.
0 commit comments