Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
1f7f40a1d9
Merge 557ce54681 into cdddfb7876 2024-09-20 17:14:00 +00:00
renovate[bot]
557ce54681
chore(deps): update dependency eslint to v9 2024-09-20 17:13:57 +00:00
renovate[bot]
cdddfb7876 chore(deps): update actions/setup-java digest to 2dfa201 2024-09-11 07:51:27 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run package - run: npm run package
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
if: ${{ env.ACT }} if: ${{ env.ACT }}
with: with:
java-version: 11 java-version: 11
@ -60,7 +60,7 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: npm run package - run: npm run package
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 - uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
if: ${{ env.ACT}} if: ${{ env.ACT}}
with: with:
java-version: 11 java-version: 11

View file

@ -70,7 +70,7 @@
"@vercel/ncc": "0.38.1", "@vercel/ncc": "0.38.1",
"ava": "6.1.3", "ava": "6.1.3",
"c8": "10.1.2", "c8": "10.1.2",
"eslint": "8.57.0", "eslint": "9.11.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-ava": "14.0.0", "eslint-plugin-ava": "14.0.0",
"eslint-plugin-github": "5.0.1", "eslint-plugin-github": "5.0.1",