Skip to content

Commit d7ee79e

Browse files
authored
Merge pull request #51 from mxstack/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents aff42b8 + 3fb811f commit d7ee79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.12
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: 18
1919

0 commit comments

Comments
 (0)