File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
1414 name : cargo fmt
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : cargo fmt
1919 run : cargo fmt --all -- --check
2020
2121 clippy :
2222 name : cargo clippy
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : cargo clippy
2727 run : cargo clippy --all --all-targets -- -D warnings
2828
2929 test :
3030 name : cargo test
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : cargo test
3535 run : cargo test
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Initialize CodeQL
2727 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1111 name : DIRECTORY.md
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2121 env :
2222 CARGO_TERM_COLOR : always
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : taiki-e/install-action@cargo-llvm-cov
2626 - name : Generate code coverage
2727 run : >
You can’t perform that action at this time.
0 commit comments