mirror of
https://github.com/egor-tensin/cleanup-path.git
synced 2025-07-03 01:54:37 +03:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
22 lines
579 B
JSON
22 lines
579 B
JSON
{
|
|
"name": "cleanup-path",
|
|
"version": "2.0.0",
|
|
"description": "Clean up PATH on Windows workers",
|
|
"main": "clean.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/egor-tensin/cleanup-path.git"
|
|
},
|
|
"author": "Egor Tensin <Egor.Tensin@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/egor-tensin/cleanup-path/issues"
|
|
},
|
|
"homepage": "https://github.com/egor-tensin/cleanup-path",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
}
|
|
}
|