Skip to content

Commit 50b7cc2

Browse files
authored
Merge pull request #1556 from github/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 3ae7b48 + 6010ea7 commit 50b7cc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616

17-
- uses: actions/setup-node@v5
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version-file: .nvmrc
2020
cache: 'npm'

.github/workflows/dependabot-build-dispatched.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Use the ref provided by the workflow_dispatch input
2626
ref: ${{ github.event.inputs.ref }}
2727

28-
- uses: actions/setup-node@v5
28+
- uses: actions/setup-node@v6
2929
with:
3030
node-version-file: .nvmrc
3131
cache: 'npm'

.github/workflows/dependabot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Check out using the generated token so any pushed changes will trigger checkruns
4545
token: ${{ steps.generate_token.outputs.token }}
4646

47-
- uses: actions/setup-node@v5
47+
- uses: actions/setup-node@v6
4848
with:
4949
node-version-file: .nvmrc
5050
cache: 'npm'

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717

18-
- uses: actions/setup-node@v5
18+
- uses: actions/setup-node@v6
1919
with:
2020
node-version-file: .nvmrc
2121
cache: 'npm'

.github/workflows/test.yml

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

16-
- uses: actions/setup-node@v5
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version-file: .nvmrc
1919
cache: 'npm'

0 commit comments

Comments
 (0)