v3 new release (#101)

This commit is contained in:
github-actions[bot]
2022-10-27 10:04:25 -04:00
committed by GitHub
parent b5b231a831
commit f382f75448
717 changed files with 4912 additions and 33943 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.9.0",
"version": "1.10.0",
"description": "Actions core lib",
"keywords": [
"github",
@ -36,9 +36,11 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/http-client": "^2.0.1"
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.0.2"
"@types/node": "^12.0.2",
"@types/uuid": "^8.3.4"
}
}