File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Build
1919 run : cargo build --verbose
2020 - name : Clippy
Original file line number Diff line number Diff line change 1616 steps :
1717 - &checkout
1818 name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 persist-credentials : true
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Run tests
1919 run : cargo test --verbose
2020 - name : Run benchmarks
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : crate-ci/typos@v1.44.0
You can’t perform that action at this time.
0 commit comments