Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 6a10e3d

Browse files
authored
Merge pull request #103 from IntelPython/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents f6349f7 + 7a4a9b5 commit 6a10e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
extended: true
3636

3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: '20'
4141
cache: 'npm'

0 commit comments

Comments
 (0)