Skip to content

Commit 023280d

Browse files
authored
Merge pull request #110 from jupyterhub/dependabot/github_actions/actions-minor-366259472f
Bump actions/setup-node from 6.3.0 to 6.4.0 in the actions-minor group
2 parents b679acc + d8c2a68 commit 023280d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Setup Node.js
3535
id: setup-node
36-
uses: actions/setup-node@v6.3.0
36+
uses: actions/setup-node@v6.4.0
3737
with:
3838
node-version-file: .node-version
3939
cache: npm

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Node.js
2323
id: setup-node
24-
uses: actions/setup-node@v6.3.0
24+
uses: actions/setup-node@v6.4.0
2525
with:
2626
node-version-file: .node-version
2727
cache: npm

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Setup Node.js
2828
id: setup-node
29-
uses: actions/setup-node@v6.3.0
29+
uses: actions/setup-node@v6.4.0
3030
with:
3131
node-version-file: .node-version
3232
cache: npm

0 commit comments

Comments
 (0)