Skip to content

Commit f68bbbf

Browse files
authored
Merge pull request #6 from streetsidesoftware/dependabot/github_actions/actions/setup-node-3
2 parents 1b880ec + ab248e4 commit f68bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cspell-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Use Node.js
14-
uses: actions/setup-node@v2.5.1
14+
uses: actions/setup-node@v3
1515
- name: Spell Check
1616
uses: streetsidesoftware/cspell-action@v1
1717
with:

0 commit comments

Comments
 (0)