Skip to content

Commit b37b0d6

Browse files
authored
Merge pull request #7 from helpful-info/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 4 to 6
2 parents b9a2f1c + 647a91f commit b37b0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v4
163163

164164
- name: Set up Node.js version
165-
uses: actions/setup-node@v4
165+
uses: actions/setup-node@v6
166166
with:
167167
node-version-file: 'package.json'
168168
cache-dependency-path: 'package.json'

0 commit comments

Comments
 (0)