Skip to content

Commit a324be9

Browse files
authored
Merge pull request #169 from guanguans/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents b73e458 + 6a43fff commit a324be9

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
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v5
1111

1212
- name: Set node version
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v5
1414

1515
- name: Install lint-md
1616
run: npm install -g @lint-md/cli

0 commit comments

Comments
 (0)