Skip to content

Commit 8ba6d7a

Browse files
fix(deps): update all dependencies
1 parent 88dbd35 commit 8ba6d7a

File tree

3 files changed

+4148
-2325
lines changed

3 files changed

+4148
-2325
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
build: # make sure build/ci work properly
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- run: |
1414
npm ci
1515
npm run all
1616
test: # make sure the action works on a clean machine without building
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: actions/setup-java@v2
19+
- uses: actions/checkout@v3
20+
- uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt' # See 'Supported distributions' for available options
2323
java-version: 8

0 commit comments

Comments
 (0)