File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828 - name : Run tests
2929 run : cargo test
3030
3131 build :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 - name : Build
3636 run : cargo build --release
You can’t perform that action at this time.
0 commit comments