mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 09:26:46 +00:00
Upgrade to v20 in the reusable workflows
This commit is contained in:
parent
68bcac6341
commit
79f5889648
3 changed files with 4 additions and 7 deletions
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'
|
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:
|
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
|
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:
|
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
|
|
Loading…
Add table
Add a link
Reference in a new issue