Skip to content

Commit 231c93e

Browse files
authored
Update markdownlint.yml
Update markdownlint.yml actions/checkout@v2->v3 and setup-node@v1->v3 with node version 16. Per: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ (dotnet#2923)
1 parent f93c4af commit 231c93e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/markdownlint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Use Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v3
1919
with:
20-
node-version: 14.x
20+
node-version: '16'
2121
- name: Run Markdownlint
2222
run: |
2323
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"

0 commit comments

Comments
 (0)