Skip to content

Commit ee6003b

Browse files
authored
Merge pull request #184 from 3liz/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents b097161 + c98a20f commit ee6003b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: "requirements/doc.txt"
3030

3131
- name: Set up NodeJS (for search index prebuilding)
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: '20'
3535

0 commit comments

Comments
 (0)