mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 12:27:43 +00:00
Compare commits
3 Commits
301644db6d
...
492fac88ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
492fac88ee | ||
|
|
79f5889648 | ||
|
|
68bcac6341 |
4
.github/workflows/basic-validation.yml
vendored
4
.github/workflows/basic-validation.yml
vendored
@ -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'
|
||||
with:
|
||||
node-version: '20.x'
|
||||
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@ -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
|
||||
with:
|
||||
node-version: '20.x'
|
||||
3
.github/workflows/update-config-files.yml
vendored
3
.github/workflows/update-config-files.yml
vendored
@ -9,6 +9,3 @@ jobs:
|
||||
call-update-configuration-files:
|
||||
name: Update configuration files
|
||||
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|
||||
with :
|
||||
|
||||
node-version : 20
|
||||
251124
dist/setup/index.js
vendored
251124
dist/setup/index.js
vendored
File diff suppressed because one or more lines are too long
@ -57,7 +57,5 @@
|
||||
"url": "https://github.com/actions/setup-java/issues"
|
||||
},
|
||||
"homepage": "https://github.com/actions/setup-java#readme",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user