File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
linkcheck :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : JustinBeckwith/linkinator-action@v1.11.0
17
17
with :
18
18
linksToSkip : ' ^https://github.com/ ^https://thisdavej.com/'
21
21
spellcheck :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : tbroadley/spellchecker-cli-action@v1
26
26
with :
27
27
dictionaries : ' .github/dictionary.txt'
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-node@v4
14
14
- run : npm install --no-package-lock
15
15
- run : npm test
You can’t perform that action at this time.
0 commit comments