change-string-case/package.json
dependabot[bot] 4f1e99ad0d
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:30:59 +00:00

17 lines
383 B
JSON

{
"name": "change-string-case-action",
"version": "1.0.0",
"description": "String case manipulation action for Github",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Alex Szczuczko",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^4.0.0"
}
}