File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 name : Shellcheck
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Run ShellCheck
1818 uses : ludeeus/action-shellcheck@master
1919 format :
2020 name : Format
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Format Rust code
2525 run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 2828 binutils : binutils-aarch64-linux-gnu
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - name : Install dependencies
3333 run : sudo apt-get update && sudo apt-get install libdbus-1-dev ${{ matrix.binutils }}
3434 - name : Toolchain
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Install dependencies
1818 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
1919 - name : Build
2929 coverage :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Install dependencies
3434 run : sudo apt-get update && sudo apt-get install libdbus-1-dev
3535 - name : Install cargo-llvm-cov
You can’t perform that action at this time.
0 commit comments