Skip to content

Commit 11579aa

Browse files
authored
Merge pull request #265 from guanguans/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents 908ff9f + 13466e0 commit 11579aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

1515
- name: Set node version
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717

1818
- name: Install lint-md
1919
run: npm install -g @lint-md/cli

0 commit comments

Comments
 (0)