Compare commits

...

3 Commits

Author SHA1 Message Date
aparnajyothi-y
492fac88ee Rebased index.js 2023-11-23 17:35:43 +05:30
aparnajyothi-y
79f5889648 Upgrade to v20 in the reusable workflows 2023-11-23 17:31:46 +05:30
aparnajyothi-y
68bcac6341 Removing conflicts 2023-11-23 15:27:28 +05:30
5 changed files with 125857 additions and 125282 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'
with:
node-version: '20.x'

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
with:
node-version: '20.x'

View File

@ -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

File diff suppressed because one or more lines are too long

View File

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