File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Install Rust
17
17
uses : actions-rs/toolchain@v1
18
18
with :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
- name : Install Clippy
32
32
uses : actions-rs/toolchain@v1
33
33
with :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- name : Install Rustfmt
48
48
uses : actions-rs/toolchain@v1
49
49
with :
Original file line number Diff line number Diff line change 16
16
container : rust:bookworm
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
- name : Install Rust
21
21
uses : actions-rs/toolchain@v1
22
22
with :
You can’t perform that action at this time.
0 commit comments