File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
- rust : nightly
25
25
experimental : true
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- uses : actions-rs/toolchain@v1
29
29
with :
30
30
profile : minimal
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
clippy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
if : github.event_name == 'pull_request_target'
15
15
with :
16
16
ref : refs/pull/${{ github.event.number }}/head
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
if : github.event_name != 'pull_request_target'
19
19
- uses : actions-rs/toolchain@v1
20
20
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@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions-rs/toolchain@v1
14
14
with :
15
15
profile : minimal
36
36
run :
37
37
working-directory : cortex-m-rt
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- uses : actions-rs/toolchain@v1
41
41
with :
42
42
profile : minimal
Original file line number Diff line number Diff line change 14
14
hil-qemu :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : actions-rs/toolchain@v1
19
19
with :
20
20
profile : minimal
39
39
hil-compile-rtt :
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- uses : actions-rs/toolchain@v1
44
44
with :
45
45
profile : minimal
67
67
needs :
68
68
- hil-compile-rtt
69
69
steps :
70
- - uses : actions/checkout@v3
70
+ - uses : actions/checkout@v4
71
71
- name : Display probe-run version
72
72
run : probe-run --version
73
73
- name : List probes
Original file line number Diff line number Diff line change 23
23
run :
24
24
working-directory : cortex-m-rt
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : actions-rs/toolchain@v1
28
28
with :
29
29
profile : minimal
62
62
run :
63
63
working-directory : cortex-m-rt
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- uses : actions-rs/toolchain@v1
67
67
with :
68
68
profile : minimal
Original file line number Diff line number Diff line change 12
12
name : rustfmt
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : actions-rs/toolchain@v1
17
17
with :
18
18
profile : minimal
You can’t perform that action at this time.
0 commit comments