File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 runs-on : ${{ inputs.runs-on }}
6262 steps :
6363 - name : Check out
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 - name : Setup Rust toolchain
6666 uses : dtolnay/rust-toolchain@stable
6767 with :
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Check out
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - uses : cachix/install-nix-action@v31
3030 - name : Set up cargo cache
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1111 name : Spellcheck
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 # Executes "typos ."
1616 -
uses :
crate-ci/[email protected]
You can’t perform that action at this time.
0 commit comments