File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Check out repository
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
- name : Install toolchain
31
31
uses : dtolnay/rust-toolchain@v1
32
32
with :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Check out repository
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
- name : Install toolchain
47
47
uses : dtolnay/rust-toolchain@v1
48
48
with :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Check out repository
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
- name : Detect crate MSRV
63
63
run : |
64
64
msrv=$(cargo metadata --format-version 1 --no-deps | \
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Check out repository
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
- name : Install toolchain
85
85
uses : dtolnay/rust-toolchain@v1
86
86
with :
@@ -101,7 +101,7 @@ jobs:
101
101
channel : [beta, nightly]
102
102
steps :
103
103
- name : Check out repository
104
- uses : actions/checkout@v3
104
+ uses : actions/checkout@v4
105
105
- name : Install toolchain
106
106
uses : dtolnay/rust-toolchain@v1
107
107
with :
You can’t perform that action at this time.
0 commit comments