15
15
msrv :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions/cache@v4
20
20
with :
21
21
path : |
81
81
fail-fast : false
82
82
steps :
83
83
- name : Checkout
84
- uses : actions/checkout@v2
84
+ uses : actions/checkout@v4
85
85
- name : Setup Toolchain
86
86
uses : actions-rs/toolchain@v1
87
87
with :
@@ -106,7 +106,7 @@ jobs:
106
106
# - {os: macos-latest, flags: "--profile macos", experimental: false}
107
107
steps :
108
108
- name : Checkout
109
- uses : actions/checkout@v2
109
+ uses : actions/checkout@v4
110
110
- name : Setup Toolchain
111
111
uses : actions-rs/toolchain@v1
112
112
with :
@@ -133,7 +133,7 @@ jobs:
133
133
fail-fast : false
134
134
steps :
135
135
- name : Checkout
136
- uses : actions/checkout@v2
136
+ uses : actions/checkout@v4
137
137
- name : Setup Generic Wasm Toolchain
138
138
uses : actions-rs/toolchain@v1
139
139
with :
@@ -158,7 +158,7 @@ jobs:
158
158
continue-on-error : true
159
159
steps :
160
160
- name : Checkout
161
- uses : actions/checkout@v2
161
+ uses : actions/checkout@v4
162
162
- name : Setup Toolchain
163
163
uses : actions-rs/toolchain@v1
164
164
with :
@@ -187,7 +187,7 @@ jobs:
187
187
- {toolchain: stable, os: windows-latest, experimental: false, flags: "--features metadata"}
188
188
steps :
189
189
- name : Checkout
190
- uses : actions/checkout@v2
190
+ uses : actions/checkout@v4
191
191
- name : Setup Toolchain
192
192
uses : actions-rs/toolchain@v1
193
193
with :
0 commit comments