File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 issues : write
1212 checks : write
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : rustsec/audit-check@v1.4.1
1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ jobs:
250250 with :
251251 name : hfuzz-corpus
252252 path : fuzz/hfuzz_workspace
253+ compression-level : 0
253254
254255 linting :
255256 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 path : rust-lightning
1818 - name : Checkout LDK Node
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 repository : lightningdevkit/ldk-node
2222 path : ldk-node
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout source code
1515 uses : actions/checkout@v4
16+ with :
17+ fetch-depth : 0
1618 - name : Install Rust stable toolchain
1719 run : |
1820 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
2325 run : cargo semver-checks
2426 - name : Check SemVer without any non-default features
2527 run : cargo semver-checks --only-explicit-features
28+
You can’t perform that action at this time.
0 commit comments