Skip to content

Commit 3072fcb

Browse files
Merge pull request #1568 from nodejs/dependabot/github_actions/actions/setup-node-2.4.1
2 parents 6e777d1 + 5dde251 commit 3072fcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/doctoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
node-version: '12.x'
1818
- name: Install doctoc

.github/workflows/eclint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/[email protected].0
10+
- uses: actions/[email protected].1
1111
with:
1212
node-version: '12.x'
1313
- run: npm i -g eclint

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
with:
1515
node-version: '12.x'
1616
- name: Install markdown-link-check

0 commit comments

Comments
 (0)