File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : cargo fmt
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - name : cargo fmt
1212 run : cargo fmt --all -- --check
1313
1414 clippy :
1515 name : cargo clippy
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : cargo clippy
2020 run : cargo clippy --all --all-targets -- -D warnings
2121
2222 test :
2323 name : cargo test
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 - name : cargo test
2828 run : cargo test
Original file line number Diff line number Diff line change 66 name : DIRECTORY.md
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v1 # v2 is broken for git diff
9+ - uses : actions/checkout@v4
10+ with :
11+ fetch-depth : 0
1012 - uses : actions/setup-python@v4
1113 - name : Setup Git Specs
1214 run : |
2022 run : |
2123 git add DIRECTORY.md
2224 git commit -m "updating DIRECTORY.md" || true
23- git diff DIRECTORY.md
2425 git push --force origin HEAD:$GITHUB_REF || true
You can’t perform that action at this time.
0 commit comments