66 format :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - name : Install a stable toolchain with rustfmt
1111 run : rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
1212 - name : Check formatting
3737 - imxrt-ral/imxrt1189_cm7,imxrt1180
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - name : Install a stable toolchain with clippy
4242 run : rustup toolchain install stable --no-self-update --profile minimal --component clippy
4343 - name : Lint imxrt-hal
6161 - imxrt-ral/imxrt1176_cm7,imxrt1170
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 - name : Install a stable toolchain with clippy
6666 run : rustup toolchain install stable --no-self-update --profile minimal --component clippy
6767 - name : Lint imxrt-log
7575 backend : [lpuart, usbd]
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v6
7979 - name : Install a stable toolchain with clippy
8080 run : rustup toolchain install stable --no-self-update --profile minimal --component clippy
8181 - name : Lint imxrt-log with ${{ matrix.backend }} backend only
@@ -113,7 +113,7 @@ jobs:
113113 --example=rtic_defmt_rtt
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v6
117117 - name : Install a stable toolchain, clippy, for the MCU target
118118 run : rustup toolchain install stable --no-self-update --profile minimal --component clippy --target thumbv7em-none-eabihf
119119 - name : Lint board and examples
@@ -126,7 +126,7 @@ jobs:
126126 needs : lint-hal
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v6
130130 - name : Install a stable toolchain for the MCU target
131131 run : rustup toolchain install stable --no-self-update --profile minimal --target thumbv8m.main-none-eabihf
132132 - name : Build examples
@@ -152,7 +152,7 @@ jobs:
152152 - imxrt-ral/imxrt1176_cm7,imxrt1170
153153 runs-on : ubuntu-latest
154154 steps :
155- - uses : actions/checkout@v4
155+ - uses : actions/checkout@v6
156156 - name : Install a stable toolchain
157157 run : rustup toolchain install stable --no-self-update --profile minimal
158158 - name : Run unit, integration tests
@@ -170,7 +170,7 @@ jobs:
170170 - imxrt-ral/imxrt1176_cm7,imxrt1170
171171 runs-on : ubuntu-latest
172172 steps :
173- - uses : actions/checkout@v4
173+ - uses : actions/checkout@v6
174174 - name : Install a nightly toolchain with miri
175175 run : rustup toolchain install nightly --no-self-update --profile minimal --component miri
176176 - name : Run unit, integration tests with miri
@@ -183,7 +183,7 @@ jobs:
183183 env :
184184 RUSTDOCFLAGS : -D warnings
185185 steps :
186- - uses : actions/checkout@v4
186+ - uses : actions/checkout@v6
187187 - name : Install a stable toolchain
188188 run : rustup toolchain install stable --no-self-update --profile minimal
189189 - name : Run documentation tests
0 commit comments