mirror of
https://github.com/actions/setup-java.git
synced 2026-06-29 00:18:58 +00:00
Compare commits
No commits in common. "492fac88ee4e914df3cb25edb82bc5d55ca2ff26" and "301644db6df7855eeee9c943e29c21522e171308" have entirely different histories.
492fac88ee
...
301644db6d
4
.github/workflows/basic-validation.yml
vendored
4
.github/workflows/basic-validation.yml
vendored
@ -15,5 +15,5 @@ jobs:
|
|||||||
call-basic-validation:
|
call-basic-validation:
|
||||||
name: Basic validation
|
name: Basic validation
|
||||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||||
with:
|
with :
|
||||||
node-version: '20.x'
|
node - version : '20'
|
||||||
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@ -15,5 +15,5 @@ jobs:
|
|||||||
call-check-dist:
|
call-check-dist:
|
||||||
name: Check dist/
|
name: Check dist/
|
||||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
with:
|
with :
|
||||||
node-version: '20.x'
|
node-version : 20
|
||||||
3
.github/workflows/update-config-files.yml
vendored
3
.github/workflows/update-config-files.yml
vendored
@ -9,3 +9,6 @@ jobs:
|
|||||||
call-update-configuration-files:
|
call-update-configuration-files:
|
||||||
name: Update configuration files
|
name: Update configuration files
|
||||||
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|
||||||
|
with :
|
||||||
|
|
||||||
|
node-version : 20
|
||||||
250170
dist/setup/index.js
vendored
250170
dist/setup/index.js
vendored
File diff suppressed because one or more lines are too long
@ -57,5 +57,7 @@
|
|||||||
"url": "https://github.com/actions/setup-java/issues"
|
"url": "https://github.com/actions/setup-java/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/setup-java#readme",
|
"homepage": "https://github.com/actions/setup-java#readme",
|
||||||
|
"directories": {
|
||||||
|
"doc": "docs"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user