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 61
61
runs-on : ${{ inputs.runs-on }}
62
62
steps :
63
63
- name : Check out
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
- name : Setup Rust toolchain
66
66
uses : dtolnay/rust-toolchain@stable
67
67
with :
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Check out
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
- uses : cachix/install-nix-action@v31
30
30
- name : Set up cargo cache
31
31
uses : actions/cache@v4
Original file line number Diff line number Diff line change 11
11
name : Spellcheck
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
# Executes "typos ."
16
16
-
uses :
crate-ci/[email protected]
You can’t perform that action at this time.
0 commit comments