Skip to content

Commit dfa19a2

Browse files
build(deps): bump uuid and @actions/core (#2583)
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: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production - dependency-name: uuid dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03db778 commit dfa19a2

2 files changed

Lines changed: 38 additions & 25 deletions

File tree

.github/workflows/actions/release-notes/package-lock.json

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

.github/workflows/actions/release-notes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "ncc build action.js -o dist/"
77
},
88
"dependencies": {
9-
"@actions/core": "^1.10.0",
9+
"@actions/core": "^1.11.1",
1010
"@actions/github": "^6.0.1",
1111
"@octokit/rest": "^22.0.0",
1212
"yaml": "^1.10.3"

0 commit comments

Comments
 (0)