File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout sources
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Rustup toolchain install
22
22
uses : dtolnay/rust-toolchain@stable
69
69
runs-on : ubuntu-latest
70
70
steps :
71
71
- name : Checkout sources
72
- uses : actions/checkout@v3
72
+ uses : actions/checkout@v5
73
73
74
74
- name : Install stable toolchain
75
75
uses : dtolnay/rust-toolchain@stable
95
95
env :
96
96
CARGO_TERM_COLOR : always
97
97
steps :
98
- - uses : actions/checkout@v3
98
+ - uses : actions/checkout@v5
99
99
- uses : dtolnay/rust-toolchain@stable
100
100
with :
101
101
toolchain : stable
@@ -129,7 +129,7 @@ jobs:
129
129
runs-on : ubuntu-latest
130
130
needs : test
131
131
steps :
132
- - uses : actions/checkout@v3
132
+ - uses : actions/checkout@v5
133
133
- name : Fetch coverage data
134
134
uses : actions/cache/restore@v4
135
135
with :
@@ -150,7 +150,7 @@ jobs:
150
150
env :
151
151
CARGO_TERM_COLOR : always
152
152
steps :
153
- - uses : actions/checkout@v3
153
+ - uses : actions/checkout@v5
154
154
- uses : dtolnay/rust-toolchain@stable
155
155
with :
156
156
toolchain : stable
@@ -168,7 +168,7 @@ jobs:
168
168
env :
169
169
CARGO_TERM_COLOR : always
170
170
steps :
171
- - uses : actions/checkout@v3
171
+ - uses : actions/checkout@v5
172
172
173
173
- name : install GCC/GMP
174
174
run : |
Original file line number Diff line number Diff line change 21
21
uses : dtolnay/rust-toolchain@stable
22
22
with :
23
23
toolchain : stable
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v5
25
25
- name : Run benchmark
26
26
run : |
27
27
cargo bench --no-fail-fast --bench "criterion_fft" \
46
46
uses : dtolnay/rust-toolchain@stable
47
47
with :
48
48
toolchain : stable
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v5
50
50
- name : install GCC/GMP
51
51
run : |
52
52
brew install gcc
Original file line number Diff line number Diff line change 18
18
uses : dtolnay/rust-toolchain@stable
19
19
with :
20
20
toolchain : stable
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v5
22
22
- uses : Swatinem/rust-cache@v2
23
23
with :
24
24
shared-key : ${{ runner.os }}-benchmark-build-cache
Original file line number Diff line number Diff line change 32
32
uses : dtolnay/rust-toolchain@stable
33
33
with :
34
34
toolchain : stable
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v5
36
36
if : ${{ steps.cache-iai-results.outputs.cache-hit != 'true' }}
37
37
with :
38
38
ref : ${{ github.event.pull_request.base.sha }}
64
64
uses : dtolnay/rust-toolchain@stable
65
65
with :
66
66
toolchain : stable
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v5
68
68
- uses : Swatinem/rust-cache@v2
69
69
with :
70
70
shared-key : ${{ runner.os }}-iai-benchmark-cache
You can’t perform that action at this time.
0 commit comments