File tree 6 files changed +15
-15
lines changed
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 22
22
- rust : nightly
23
23
experimental : true
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- uses : actions-rs/toolchain@v1
27
27
with :
28
28
profile : minimal
Original file line number Diff line number Diff line change 8
8
clippy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
if : github.event_name == 'pull_request_target'
13
13
with :
14
14
ref : refs/pull/${{ github.event.number }}/head
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
if : github.event_name != 'pull_request_target'
17
17
- uses : actions-rs/toolchain@v1
18
18
with :
Original file line number Diff line number Diff line change 9
9
ci-linux :
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
16
16
toolchain : stable
17
17
override : true
18
18
- name : Run tests
19
19
run : cargo test --all --exclude cortex-m-rt --exclude testsuite
20
- - uses : imjohnbo/issue-bot@v2
20
+ - uses : imjohnbo/issue-bot@v3
21
21
if : failure()
22
22
with :
23
23
title : CI Failure
36
36
run :
37
37
working-directory : cortex-m-rt
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
- uses : actions-rs/toolchain@v1
41
41
with :
42
42
profile : minimal
62
62
run : TARGET=thumbv8m.main-none-eabi TRAVIS_RUST_VERSION=stable bash ci/script.sh
63
63
- name : Run CI script for thumbv8m.main-none-eabihf under stable
64
64
run : TARGET=thumbv8m.main-none-eabihf TRAVIS_RUST_VERSION=stable bash ci/script.sh
65
- - uses : imjohnbo/issue-bot@v2
65
+ - uses : imjohnbo/issue-bot@v3
66
66
if : failure()
67
67
with :
68
68
title : CI Failure
Original file line number Diff line number Diff line change 12
12
hil-qemu :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- uses : actions-rs/toolchain@v1
17
17
with :
18
18
profile : minimal
37
37
hil-compile-rtt :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions-rs/toolchain@v1
42
42
with :
43
43
profile : minimal
53
53
RUSTFLAGS : -C link-arg=-Tlink.x -D warnings
54
54
run : cargo build -p testsuite --target thumbv6m-none-eabi --features testsuite/rtt
55
55
- name : Upload testsuite binaries
56
- uses : actions/upload-artifact@v2
56
+ uses : actions/upload-artifact@v3
57
57
with :
58
58
name : testsuite-bin
59
59
if-no-files-found : error
@@ -65,12 +65,12 @@ jobs:
65
65
needs :
66
66
- hil-compile-rtt
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
- name : Display probe-run version
70
70
run : probe-run --version
71
71
- name : List probes
72
72
run : probe-run --list-probes
73
- - uses : actions/download-artifact@v2
73
+ - uses : actions/download-artifact@v3
74
74
with :
75
75
name : testsuite-bin
76
76
path : testsuite-bin
Original file line number Diff line number Diff line change 21
21
run :
22
22
working-directory : cortex-m-rt
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
60
60
run :
61
61
working-directory : cortex-m-rt
62
62
steps :
63
- - uses : actions/checkout@v2
63
+ - uses : actions/checkout@v3
64
64
- uses : actions-rs/toolchain@v1
65
65
with :
66
66
profile : minimal
Original file line number Diff line number Diff line change 10
10
name : rustfmt
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : actions-rs/toolchain@v1
15
15
with :
16
16
profile : minimal
You can’t perform that action at this time.
0 commit comments