File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 30
30
- thumbv7em-none-eabi
31
31
- wasm32-unknown-unknown
32
32
steps :
33
- - uses : actions/checkout@v1
33
+ - uses : actions/checkout@v4
34
34
- uses : actions-rs/toolchain@v1
35
35
with :
36
36
toolchain : ${{ matrix.rust }}
54
54
- stable
55
55
runs-on : ${{ matrix.platform }}
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v4
58
58
- uses : actions-rs/toolchain@v1
59
59
with :
60
60
toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 29
29
- stable
30
30
runs-on : ${{ matrix.platform }}
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
41
41
wasm :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
toolchain : stable
Original file line number Diff line number Diff line change 29
29
- thumbv7em-none-eabi
30
30
- wasm32-unknown-unknown
31
31
steps :
32
- - uses : actions/checkout@v1
32
+ - uses : actions/checkout@v4
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
toolchain : ${{ matrix.rust }}
53
53
- stable
54
54
runs-on : ${{ matrix.platform }}
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v4
57
57
- uses : actions-rs/toolchain@v1
58
58
with :
59
59
toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 29
29
- stable
30
30
runs-on : ${{ matrix.platform }}
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 29
29
- stable
30
30
runs-on : ${{ matrix.platform }}
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
41
41
wasm :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
toolchain : stable
Original file line number Diff line number Diff line change 16
16
name : Security Audit
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- uses : actions-rs/toolchain@v1
21
21
with :
22
22
toolchain : stable
Original file line number Diff line number Diff line change 28
28
- stable
29
29
runs-on : ${{ matrix.platform }}
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v4
32
32
- uses : actions-rs/toolchain@v1
33
33
with :
34
34
toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 29
29
- stable
30
30
runs-on : ${{ matrix.platform }}
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
35
35
toolchain : ${{ matrix.toolchain }}
41
41
wasm :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
toolchain : stable
Original file line number Diff line number Diff line change 9
9
check :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
toolchain : stable
22
22
clippy :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
- uses : actions-rs/toolchain@v1
27
27
with :
28
28
toolchain : 1.81.0 # pinned to prevent breakages
37
37
rustfmt :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v4
41
41
- uses : actions-rs/toolchain@v1
42
42
with :
43
43
toolchain : stable
You can’t perform that action at this time.
0 commit comments