10
10
timeout-minutes : 10
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Avoid installing rustc-dev
16
16
run : |
@@ -64,14 +64,14 @@ jobs:
64
64
TARGET_TRIPLE : x86_64-pc-windows-gnu
65
65
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
69
69
- name : CPU features
70
70
if : matrix.os == 'ubuntu-latest'
71
71
run : cat /proc/cpuinfo
72
72
73
73
- name : Cache cargo target dir
74
- uses : actions/cache@v3
74
+ uses : actions/cache@v4
75
75
with :
76
76
path : build/cg_clif
77
77
key : ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -138,7 +138,7 @@ jobs:
138
138
shell : bash
139
139
140
140
steps :
141
- - uses : actions/checkout@v3
141
+ - uses : actions/checkout@v4
142
142
143
143
- name : CPU features
144
144
run : cat /proc/cpuinfo
@@ -164,13 +164,13 @@ jobs:
164
164
shell : bash
165
165
166
166
steps :
167
- - uses : actions/checkout@v3
167
+ - uses : actions/checkout@v4
168
168
169
169
- name : CPU features
170
170
run : cat /proc/cpuinfo
171
171
172
172
- name : Cache cargo target dir
173
- uses : actions/cache@v3
173
+ uses : actions/cache@v4
174
174
with :
175
175
path : build/cg_clif
176
176
key : ${{ runner.os }}-x86_64-unknown-linux-gnu-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -221,10 +221,10 @@ jobs:
221
221
TARGET_TRIPLE : x86_64-pc-windows-gnu
222
222
223
223
steps :
224
- - uses : actions/checkout@v3
224
+ - uses : actions/checkout@v4
225
225
226
226
- name : Cache cargo target dir
227
- uses : actions/cache@v3
227
+ uses : actions/cache@v4
228
228
with :
229
229
path : build/cg_clif
230
230
key : ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-dist-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -276,7 +276,7 @@ jobs:
276
276
cancel-in-progress : true
277
277
278
278
steps :
279
- - uses : actions/checkout@v3
279
+ - uses : actions/checkout@v4
280
280
281
281
- name : Download all built artifacts
282
282
uses : actions/download-artifact@v4
0 commit comments