File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Run cargo fmt
1818 run : cargo fmt --check
1919 - name : Run clippy
@@ -24,13 +24,13 @@ jobs:
2424 test :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 - name : Run tests
2929 run : cargo test
3030
3131 build :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 - name : Build
3636 run : cargo build --release
You can’t perform that action at this time.
0 commit comments