File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2424 - rust : nightly
2525 experimental : true
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - uses : actions-rs/toolchain@v1
2929 with :
3030 profile : minimal
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 clippy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 if : github.event_name == 'pull_request_target'
1515 with :
1616 ref : refs/pull/${{ github.event.number }}/head
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 if : github.event_name != 'pull_request_target'
1919 - uses : actions-rs/toolchain@v1
2020 with :
Original file line number Diff line number Diff line change 99 ci-linux :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : actions-rs/toolchain@v1
1414 with :
1515 profile : minimal
3636 run :
3737 working-directory : cortex-m-rt
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - uses : actions-rs/toolchain@v1
4141 with :
4242 profile : minimal
Original file line number Diff line number Diff line change 1414 hil-qemu :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : actions-rs/toolchain@v1
1919 with :
2020 profile : minimal
3939 hil-compile-rtt :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 - uses : actions-rs/toolchain@v1
4444 with :
4545 profile : minimal
6767 needs :
6868 - hil-compile-rtt
6969 steps :
70- - uses : actions/checkout@v3
70+ - uses : actions/checkout@v4
7171 - name : Display probe-run version
7272 run : probe-run --version
7373 - name : List probes
Original file line number Diff line number Diff line change 2323 run :
2424 working-directory : cortex-m-rt
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : actions-rs/toolchain@v1
2828 with :
2929 profile : minimal
6262 run :
6363 working-directory : cortex-m-rt
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 - uses : actions-rs/toolchain@v1
6767 with :
6868 profile : minimal
Original file line number Diff line number Diff line change 1212 name : rustfmt
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : actions-rs/toolchain@v1
1717 with :
1818 profile : minimal
You can’t perform that action at this time.
0 commit comments