Skip to content

Commit 29f96cc

Browse files
authored
Merge pull request #116 from IntelPython/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents ddc21a4 + 8e89d2d commit 29f96cc

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
@@ -35,7 +35,7 @@ jobs:
3535
extended: true
3636

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

0 commit comments

Comments
 (0)