File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout sources
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Install stable toolchain
20
20
uses : actions-rs/toolchain@v1
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout sources
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
39
39
- name : Install stable toolchain
40
40
uses : actions-rs/toolchain@v1
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Checkout sources
57
- uses : actions/checkout@v2
57
+ uses : actions/checkout@v4
58
58
59
59
- name : Install stable toolchain
60
60
uses : actions-rs/toolchain@v1
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@v3
83
+ uses : actions/checkout@v4
84
84
- name : Check semver
85
85
uses : obi1kenobi/cargo-semver-checks-action@v2
You can’t perform that action at this time.
0 commit comments