File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
name : Linting
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Install Rust nightly
16
16
run : rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
34
34
channel : [nightly]
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v4
38
38
39
39
- name : Install Rust ${{ matrix.channel }}
40
40
shell : bash
59
59
os : [ubuntu-latest]
60
60
runs-on : ${{ matrix.os }}
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@v4
63
63
64
64
- name : Install Rust nightly
65
65
run : rustup update --no-self-update nightly && rustup default nightly
77
77
name : Build the Docker image
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v2
80
+ - uses : actions/checkout@v4
81
81
82
82
- name : Build the Docker image
83
83
run : docker build -t crater .
Original file line number Diff line number Diff line change 6
6
name : Linting
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : Install Rust nightly
12
12
run : rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
26
26
name : Linux testing
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : Install Rust nightly
32
32
run : rustup update nightly && rustup default nightly
You can’t perform that action at this time.
0 commit comments