Skip to content

Commit b34e93c

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

File tree

3 files changed

+4139
-2336
lines changed

3 files changed

+4139
-2336
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20+
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
2121
with:
2222
distribution: 'adopt' # See 'Supported distributions' for available options
2323
java-version: 8

0 commit comments

Comments
 (0)