Skip to content

Commit d2738fe

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

File tree

3 files changed

+49
-26
lines changed

3 files changed

+49
-26
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@v5
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@v5
20+
- uses: actions/setup-java@v4
2121
with:
2222
distribution: 'adopt' # See 'Supported distributions' for available options
2323
java-version: 8

package-lock.json

Lines changed: 45 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@actions/core": "^1.2.6",
31-
"@actions/tool-cache": "^1.6.0",
31+
"@actions/tool-cache": "^2.0.0",
3232
"semver": "^7.3.4"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)