@@ -17,10 +17,10 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Cache cargo dependencies
23
- uses : actions/cache@v2
23
+ uses : actions/cache@v3
24
24
with :
25
25
path : |
26
26
- ~/.cargo/bin/
32
32
${{ runner.OS }}-cargo-
33
33
34
34
- name : Cache build output dependencies
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v3
36
36
with :
37
37
path : target
38
38
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@v1
59
+ uses : actions/checkout@v4
60
60
61
61
- name : Install Rust
62
62
uses : actions-rs/toolchain@v1
@@ -96,10 +96,10 @@ jobs:
96
96
- " serde"
97
97
steps :
98
98
- name : Checkout
99
- uses : actions/checkout@v2
99
+ uses : actions/checkout@v4
100
100
101
101
- name : Cache cargo dependencies
102
- uses : actions/cache@v2
102
+ uses : actions/cache@v3
103
103
with :
104
104
path : |
105
105
- ~/.cargo/bin/
@@ -112,7 +112,7 @@ jobs:
112
112
${{ runner.OS }}-cargo-
113
113
114
114
- name : Cache build output dependencies
115
- uses : actions/cache@v2
115
+ uses : actions/cache@v3
116
116
with :
117
117
path : target
118
118
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
@@ -148,10 +148,10 @@ jobs:
148
148
- " serde"
149
149
steps :
150
150
- name : Checkout
151
- uses : actions/checkout@v2
151
+ uses : actions/checkout@v4
152
152
153
153
- name : Cache cargo dependencies
154
- uses : actions/cache@v2
154
+ uses : actions/cache@v3
155
155
with :
156
156
path : |
157
157
- ~/.cargo/bin/
@@ -164,7 +164,7 @@ jobs:
164
164
${{ runner.OS }}-cargo-
165
165
166
166
- name : Cache build output dependencies
167
- uses : actions/cache@v2
167
+ uses : actions/cache@v3
168
168
with :
169
169
path : target
170
170
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
@@ -205,10 +205,10 @@ jobs:
205
205
- " --release"
206
206
steps :
207
207
- name : Checkout
208
- uses : actions/checkout@v2
208
+ uses : actions/checkout@v4
209
209
210
210
- name : Cache cargo dependencies
211
- uses : actions/cache@v2
211
+ uses : actions/cache@v3
212
212
with :
213
213
path : |
214
214
- ~/.cargo/bin/
@@ -221,7 +221,7 @@ jobs:
221
221
${{ runner.OS }}-cargo-
222
222
223
223
- name : Cache build output dependencies
224
- uses : actions/cache@v2
224
+ uses : actions/cache@v3
225
225
with :
226
226
path : target
227
227
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
@@ -256,10 +256,10 @@ jobs:
256
256
- " --release"
257
257
steps :
258
258
- name : Checkout
259
- uses : actions/checkout@v2
259
+ uses : actions/checkout@v4
260
260
261
261
- name : Cache cargo dependencies
262
- uses : actions/cache@v2
262
+ uses : actions/cache@v3
263
263
with :
264
264
path : |
265
265
- ~/.cargo/bin/
@@ -271,7 +271,7 @@ jobs:
271
271
${{ runner.OS }}-cargo-
272
272
273
273
- name : Cache build output dependencies
274
- uses : actions/cache@v2
274
+ uses : actions/cache@v3
275
275
with :
276
276
path : target
277
277
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
@@ -308,10 +308,10 @@ jobs:
308
308
309
309
steps :
310
310
- name : Checkout
311
- uses : actions/checkout@v2
311
+ uses : actions/checkout@v4
312
312
313
313
- name : Cache cargo dependencies
314
- uses : actions/cache@v2
314
+ uses : actions/cache@v3
315
315
with :
316
316
path : |
317
317
- ~/.cargo/bin/
@@ -323,7 +323,7 @@ jobs:
323
323
${{ runner.OS }}-cargo-
324
324
325
325
- name : Cache build output dependencies
326
- uses : actions/cache@v2
326
+ uses : actions/cache@v3
327
327
with :
328
328
path : target
329
329
key : ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
0 commit comments