Skip to content

Commit 8198169

Browse files
build(deps): bump actions/setup-node from 4 to 5 (#504)
1 parent 81e355f commit 8198169

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v5
2828
with:
2929
node-version: "20"
3030
- run: npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.sha }} --verbose
@@ -143,7 +143,7 @@ jobs:
143143
- uses: actions/checkout@v5
144144
with:
145145
fetch-depth: 0
146-
- uses: actions/setup-node@v4
146+
- uses: actions/setup-node@v5
147147
with:
148148
node-version: "20"
149149
- name: Check current status before next release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
java-version: "17"
6969
distribution: "temurin"
70-
- uses: actions/setup-node@v4
70+
- uses: actions/setup-node@v5
7171
with:
7272
node-version: "20"
7373
- name: Setup Gradle

0 commit comments

Comments
 (0)