1010 timeout-minutes : 10
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Avoid installing rustc-dev
1616 run : |
@@ -64,14 +64,14 @@ jobs:
6464 TARGET_TRIPLE : x86_64-pc-windows-gnu
6565
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868
6969 - name : CPU features
7070 if : matrix.os == 'ubuntu-latest'
7171 run : cat /proc/cpuinfo
7272
7373 - name : Cache cargo target dir
74- uses : actions/cache@v3
74+ uses : actions/cache@v4
7575 with :
7676 path : build/cg_clif
7777 key : ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -138,7 +138,7 @@ jobs:
138138 shell : bash
139139
140140 steps :
141- - uses : actions/checkout@v3
141+ - uses : actions/checkout@v4
142142
143143 - name : CPU features
144144 run : cat /proc/cpuinfo
@@ -164,13 +164,13 @@ jobs:
164164 shell : bash
165165
166166 steps :
167- - uses : actions/checkout@v3
167+ - uses : actions/checkout@v4
168168
169169 - name : CPU features
170170 run : cat /proc/cpuinfo
171171
172172 - name : Cache cargo target dir
173- uses : actions/cache@v3
173+ uses : actions/cache@v4
174174 with :
175175 path : build/cg_clif
176176 key : ${{ runner.os }}-x86_64-unknown-linux-gnu-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -221,10 +221,10 @@ jobs:
221221 TARGET_TRIPLE : x86_64-pc-windows-gnu
222222
223223 steps :
224- - uses : actions/checkout@v3
224+ - uses : actions/checkout@v4
225225
226226 - name : Cache cargo target dir
227- uses : actions/cache@v3
227+ uses : actions/cache@v4
228228 with :
229229 path : build/cg_clif
230230 key : ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-dist-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
@@ -276,7 +276,7 @@ jobs:
276276 cancel-in-progress : true
277277
278278 steps :
279- - uses : actions/checkout@v3
279+ - uses : actions/checkout@v4
280280
281281 - name : Download all built artifacts
282282 uses : actions/download-artifact@v4
0 commit comments