Skip to content

Commit cef4bf3

Browse files
chore(deps): update actions/setup-node action to v6 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ebdd66 commit cef4bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-testdata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v5
24-
- uses: actions/setup-node@v5
24+
- uses: actions/setup-node@v6
2525
with:
2626
cache: 'npm'
2727
cache-dependency-path: testdata/compatibility-kit/package-lock.json
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v5
43-
- uses: actions/setup-node@v5
43+
- uses: actions/setup-node@v6
4444
with:
4545
cache: 'npm'
4646
cache-dependency-path: testdata/json-schema/package-lock.json

0 commit comments

Comments
 (0)