15
15
msrv :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
19
- - uses : actions/cache@v1
18
+ - uses : actions/checkout@v4
19
+ - uses : actions/cache@v4
20
20
with :
21
21
path : |
22
22
~/.cargo/bin
25
25
~/.cargo/git/db/
26
26
target
27
27
key : " ${{ runner.os }}-cargo-build-msrv-${{ hashFiles('**/Cargo.lock') }}"
28
+ - run : cp Cargo.msrv.lock Cargo.lock
28
29
- uses : actions-rs/toolchain@v1
29
30
with :
30
31
profile : minimal
81
82
fail-fast : false
82
83
steps :
83
84
- name : Checkout
84
- uses : actions/checkout@v2
85
+ uses : actions/checkout@v4
85
86
- name : Setup Toolchain
86
87
uses : actions-rs/toolchain@v1
87
88
with :
@@ -106,7 +107,7 @@ jobs:
106
107
# - {os: macos-latest, flags: "--profile macos", experimental: false}
107
108
steps :
108
109
- name : Checkout
109
- uses : actions/checkout@v2
110
+ uses : actions/checkout@v4
110
111
- name : Setup Toolchain
111
112
uses : actions-rs/toolchain@v1
112
113
with :
@@ -133,7 +134,7 @@ jobs:
133
134
fail-fast : false
134
135
steps :
135
136
- name : Checkout
136
- uses : actions/checkout@v2
137
+ uses : actions/checkout@v4
137
138
- name : Setup Generic Wasm Toolchain
138
139
uses : actions-rs/toolchain@v1
139
140
with :
@@ -158,7 +159,7 @@ jobs:
158
159
continue-on-error : true
159
160
steps :
160
161
- name : Checkout
161
- uses : actions/checkout@v2
162
+ uses : actions/checkout@v4
162
163
- name : Setup Toolchain
163
164
uses : actions-rs/toolchain@v1
164
165
with :
@@ -187,7 +188,7 @@ jobs:
187
188
- {toolchain: stable, os: windows-latest, experimental: false, flags: "--features metadata"}
188
189
steps :
189
190
- name : Checkout
190
- uses : actions/checkout@v2
191
+ uses : actions/checkout@v4
191
192
- name : Setup Toolchain
192
193
uses : actions-rs/toolchain@v1
193
194
with :
0 commit comments