Skip to content

Commit 42ce223

Browse files
authored
Merge pull request #1770 from VATSIM-UK/dependabot/github_actions/actions/setup-node-6
build(deps): Bump actions/setup-node from 4 to 6
2 parents f1d1371 + 9b29429 commit 42ce223

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# BUILD DEPENDENCIES SETUP
7373
#
7474
- name: Setup Yarn
75-
uses: actions/setup-node@v4
75+
uses: actions/setup-node@v6
7676
with:
7777
node-version: "24"
7878

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Setup all the yarn things and node modules
3030
- name: Setup Yarn
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: "24"
3434

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
tools: composer:${{ matrix.composer }}
6363

6464
- name: Setup Yarn
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@v6
6666
with:
6767
node-version: "24"
6868
#

0 commit comments

Comments
 (0)