Skip to content

Commit 68ab2d3

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/setup-node action to v6
1 parent d89b27b commit 68ab2d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v5
1111
- name: Use Node.js
12-
uses: actions/setup-node@v5
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: 20
1515
cache: 'npm'

.github/workflows/DMN_TCK.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
repository: dmn-tck/tck
1717
path: tmp/dmn-tck
1818
- name: Use Node.js
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 20
2222
cache: 'npm'

.github/workflows/DMN_TCK_UPDATE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repository: dmn-tck/tck
1818
path: tmp/dmn-tck
1919
- name: Use Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 20
2323
cache: 'npm'

0 commit comments

Comments
 (0)