Skip to content

Commit 46e2e76

Browse files
authored
Merge pull request #365 from circuitpython/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents de34003 + c469a34 commit 46e2e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v5
1414
with:
1515
node-version: 22
1616
cache: 'npm'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/setup-node@v4
31+
- uses: actions/setup-node@v5
3232
with:
3333
node-version: 22
3434
cache: 'npm'

0 commit comments

Comments
 (0)