WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8315daf

Browse files
Merge pull request #514 from jrjohnson/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 0abbf83 + e682cbc commit 8315daf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: pnpm/action-setup@v4
2323
- name: Install Node
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: 18
2727
cache: pnpm
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646
- uses: pnpm/action-setup@v4
47-
- uses: actions/setup-node@v5
47+
- uses: actions/setup-node@v6
4848
with:
4949
node-version: 18
5050
cache: pnpm
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v5
7676
- uses: pnpm/action-setup@v4
7777
- name: Install Node
78-
uses: actions/setup-node@v5
78+
uses: actions/setup-node@v6
7979
with:
8080
node-version: 18
8181
cache: pnpm

.github/workflows/create_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@v5
15+
- uses: actions/setup-node@v6
1616
- uses: ncipollo/release-action@v1
1717
with:
1818
token: ${{ secrets.MY_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- uses: pnpm/action-setup@v4
13-
- uses: actions/setup-node@v5
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: 18
1616
cache: pnpm

.github/workflows/update-pnpm-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Setup Node.js
13-
uses: actions/setup-node@v5
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: 18
1616
- name: Get latest pnpm version

.github/workflows/update-transitive-dependenies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- uses: pnpm/action-setup@v4
16-
- uses: actions/setup-node@v5
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 18
1919
cache: pnpm

0 commit comments

Comments
 (0)