Skip to content

Commit 8325497

Browse files
authored
Merge pull request #331 from jupyterhub/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 8bc0563 + fdcc27a commit 8325497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-python@v4
3838
with:
3939
python-version: "3.11"
40-
- uses: actions/setup-node@v3
40+
- uses: actions/setup-node@v4
4141
with:
4242
node-version: "18"
4343

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
python-version: "${{ matrix.python-version }}"
4747

48-
- uses: actions/setup-node@v3
48+
- uses: actions/setup-node@v4
4949
with:
5050
node-version: "${{ matrix.node-version || '18'}}"
5151

0 commit comments

Comments
 (0)