File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 audit :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions-rs/audit-check@v1
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : dtolnay/rust-toolchain@stable
2121 with :
2222 components : rustfmt
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : dtolnay/rust-toolchain@stable
2424 with :
2525 components : clippy
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments