File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 issues : write
3030 checks : write
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - uses : rustsec/audit-check@v2
3434 with :
3535 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - uses : dtolnay/rust-toolchain@stable
3030 with :
3131 components : rustfmt
4040 runs-on : ${{ matrix.platform }}
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 - uses : dtolnay/rust-toolchain@stable
4545 with :
4646 components : clippy
Original file line number Diff line number Diff line change 2222 runs-on : ${{ matrix.platform }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - uses : dtolnay/rust-toolchain@stable
2727 - name : install webkit2gtk
2828 if : matrix.platform == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments