mirror of
https://github.com/clangd/clangd.git
synced 2025-04-05 00:12:10 +00:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6. - [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) Signed-off-by: dependabot[bot] <support@github.com>
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"name": "pick",
|
|
"version": "1.0.0",
|
|
"description": "Pick the last successful commit from a github repo",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "sam.mccall@gmail.com",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"last-successful-gh-commit": "^1.0.1"
|
|
}
|
|
}
|