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 29
29
name : Test ${{ matrix.toolchain }} on ${{ matrix.os }}
30
30
runs-on : ${{ matrix.os }}
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
profile : minimal
Original file line number Diff line number Diff line change 9
9
rustfmt :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
profile : minimal
21
21
clippy :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- uses : actions-rs/toolchain@v1
26
26
with :
27
27
profile : minimal
50
50
name : Test ${{ matrix.toolchain }} on ${{ matrix.os }}
51
51
runs-on : ${{ matrix.os }}
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
- uses : actions-rs/toolchain@v1
55
55
with :
56
56
profile : minimal
You can’t perform that action at this time.
0 commit comments