Skip to content

Commit 70c27de

Browse files
chore(deps): bump uuid and @actions/core
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core). These dependencies need to be updated together. Removes `uuid` Updates `@actions/core` from 1.10.0 to 1.11.1 - [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: uuid dependency-version: dependency-type: indirect - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c38cce9 commit 70c27de

2 files changed

Lines changed: 12 additions & 25 deletions

File tree

package-lock.json

Lines changed: 11 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/benchmark-action/github-action-benchmark#readme",
3434
"dependencies": {
35-
"@actions/core": "^1.10.0",
35+
"@actions/core": "^1.11.1",
3636
"@actions/exec": "^1.1.1",
3737
"@actions/github": "^5.1.1",
3838
"@actions/io": "^1.1.2",

0 commit comments

Comments
 (0)