File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
build-and-deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
14
14
run : |
15
15
yarn
Original file line number Diff line number Diff line change 10
10
markdown :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : ⬇️ lint markdown files # Lints all markdown (.md) files
15
15
uses : avto-dev/markdown-lint@v1
16
16
with :
19
19
renovate :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : 🧼 lint renovate config # Validates changes to renovate.json config file
24
- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.2
24
+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1 .1.1
25
25
with :
26
26
config_file_path : ' renovate.json'
Original file line number Diff line number Diff line change 7
7
spellcheck :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
12
- uses : streetsidesoftware/cspell-action@v2.11 .0
12
+ uses : streetsidesoftware/cspell-action@v6.9 .0
13
13
with :
14
14
files : " src/docs/**/*.md"
15
15
incremental_files_only : true
Original file line number Diff line number Diff line change 7
7
validate-build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
12
12
run : |
13
13
yarn
You can’t perform that action at this time.
0 commit comments