setup-oss/package.json
dependabot[bot] b0f9a49b3b
Bump @actions/core from 1.2.6 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:16:38 +00:00

26 lines
654 B
JSON

{
"name": "setup-ossutil",
"version": "1.0.0",
"description": "配置 ossutil 命令行工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manyuanrong/setup-ossutil.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manyuanrong/setup-ossutil/issues"
},
"homepage": "https://github.com/manyuanrong/setup-ossutil#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@actions/tool-cache": "^1.6.0"
}
}