We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c44018c + f044847 commit e8ccb46Copy full SHA for e8ccb46
3 files changed
.github/workflows/doctoc.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
with:
20
node-version: 'lts/*'
21
- name: Install doctoc
.github/workflows/eclint.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
- run: npm i -g eclint
.github/workflows/markdown-link-check.yml
@@ -14,7 +14,7 @@ jobs:
- name: Install markdown-link-check
0 commit comments