Skip to content

Commit cf99813

Browse files
authored
Merge pull request #84 from guanguans/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents cbdb09f + 202eee2 commit cf99813

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@v5
13+
uses: actions/setup-node@v6
1414

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

0 commit comments

Comments
 (0)