Skip to content

Commit c8a18dc

Browse files
Bump actions/setup-node from 5 to 6 in the github-actions group (SchemaStore#5089)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa64440 commit c8a18dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: 'write'
2828
steps:
2929
- uses: 'actions/checkout@v5'
30-
- uses: 'actions/setup-node@v5'
30+
- uses: 'actions/setup-node@v6'
3131
with:
3232
node-version: '18'
3333
cache: 'npm'

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ github.repository_owner == 'SchemaStore' }}
2727
steps:
2828
- uses: 'actions/checkout@v5'
29-
- uses: 'actions/setup-node@v5'
29+
- uses: 'actions/setup-node@v6'
3030
with:
3131
node-version: '22'
3232
cache: 'npm'

.github/workflows/validate.yml

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

1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: '18'
1515
cache: 'npm'

0 commit comments

Comments
 (0)