mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
upgrade to v20
This commit is contained in:
parent
d5ed5f6ee6
commit
301644db6d
3 changed files with 7 additions and 0 deletions
2
.github/workflows/basic-validation.yml
vendored
2
.github/workflows/basic-validation.yml
vendored
|
@ -15,3 +15,5 @@ jobs:
|
|||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with :
|
||||
node - version : '20'
|
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -15,3 +15,5 @@ jobs:
|
|||
call-check-dist:
|
||||
name: Check dist/
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
with :
|
||||
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:
|
||||
name: Update configuration files
|
||||
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