Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c3a8b283a | ||
|
|
db48270276 | ||
|
|
0120fc220b | ||
|
|
86e28b1256 | ||
|
|
f7c867403d | ||
|
|
65009cbda6 | ||
|
|
4304bcedb3 | ||
|
|
a1400c985d | ||
|
|
625171aa24 | ||
|
|
04f57f5f0e | ||
|
|
dd913c92b1 | ||
|
|
8063cbe254 |
4
.github/workflows/audit.yml
vendored
4
.github/workflows/audit.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24.x'
|
||||
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24.x'
|
||||
|
||||
|
||||
1025
package-lock.json
generated
1025
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,11 +26,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/s4u/maven-settings-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/core": "^2.0.1",
|
||||
"@xmldom/xmldom": "^0.8.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.34.0",
|
||||
"jest": "^30.1.2"
|
||||
"eslint": "^9.39.1",
|
||||
"jest": "^30.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user