File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 os : [ubuntu-latest, macos-latest, windows-latest]
2222 rust : [stable]
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : dtolnay/rust-toolchain@stable
2626 with :
2727 toolchain : ${{ matrix.rust }}
3232 name : Clippy
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - uses : dtolnay/rust-toolchain@stable
3737 with :
3838 components : clippy
4343 name : Format
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : dtolnay/rust-toolchain@stable
4848 with :
4949 components : rustfmt
5454 name : Verify wordlist
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858
5959 - name : Check wordlist exists
6060 run : |
You can’t perform that action at this time.
0 commit comments