Compare commits

..

No commits in common. "492fac88ee4e914df3cb25edb82bc5d55ca2ff26" and "301644db6df7855eeee9c943e29c21522e171308" have entirely different histories.

5 changed files with 125124 additions and 125699 deletions

View File

@ -15,5 +15,5 @@ jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20.x'
with :
node - version : '20'

View File

@ -15,5 +15,5 @@ jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20.x'
with :
node-version : 20

View File

@ -9,3 +9,6 @@ jobs:
call-update-configuration-files:
name: Update configuration files
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
with :
node-version : 20

250808
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -57,5 +57,7 @@
"url": "https://github.com/actions/setup-java/issues"
},
"homepage": "https://github.com/actions/setup-java#readme",
"directories": {
"doc": "docs"
}
}