Skip to content

Commit c024308

Browse files
committed
Upgrade dependencies.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 674266a commit c024308

File tree

4 files changed

+27713
-5731
lines changed

4 files changed

+27713
-5731
lines changed

.github/workflows/local-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- run: npm ci
1515
- name: Testing / Linting
1616
run: npm run test
@@ -46,7 +46,7 @@ jobs:
4646
failure:
4747
runs-on: ubuntu-20.04
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v4
5050
- run: npm ci
5151
- name: Testing / Linting
5252
run: npm run test

0 commit comments

Comments
 (0)