We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccc093 commit 7f53dd1Copy full SHA for 7f53dd1
.github/workflows/doctoc.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2.1.2
16
with:
17
node-version: '12.x'
18
- name: Install doctoc
.github/workflows/eclint.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
10
11
- run: npm i -g eclint
.github/workflows/markdown-link-check.yml
@@ -10,7 +10,7 @@ jobs:
- name: Install markdown-link-check
0 commit comments