Skip to content

Commit 76b7d7d

Browse files
Update actions/setup-node action to v6
1 parent 2d230b1 commit 76b7d7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: "3.13"
4141
- name: Install Node
42-
uses: actions/setup-node@v5
42+
uses: actions/setup-node@v6
4343
with:
4444
node-version: 24
4545
- name: Setup environment

.github/workflows/quality-assurance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.13"
2828
- name: Install Node
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: 24
3232
- name: Setup environment

0 commit comments

Comments
 (0)