Skip to content

Commit 8c4abea

Browse files
chore(deps): update actions/setup-node action to v6
1 parent cbd2246 commit 8c4abea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/eslint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
version: 10.10.0
1111

1212
- name: Setup Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: 20
1616
cache: 'pnpm'

.github/actions/license/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
version: 10.10.0
1111

1212
- name: Setup Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: 18
1616
cache: 'pnpm'

.github/actions/stylelint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
version: 10.10.0
1111

1212
- name: Setup Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: 20
1616
cache: 'pnpm'

.github/actions/typescript/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
version: 10.10.0
1111

1212
- name: Setup Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: 20
1616
cache: 'pnpm'

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
version: 10.10.0
161161

162162
- name: Setup Node
163-
uses: actions/setup-node@v4
163+
uses: actions/setup-node@v6
164164
with:
165165
node-version: 20
166166
cache: 'pnpm'

0 commit comments

Comments
 (0)