Skip to content

Commit 0fde413

Browse files
Bump uuid and @actions/core in /.github/actions/tamper-artifact-new
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.1 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 c5598ed commit 0fde413

2 files changed

Lines changed: 40 additions & 25 deletions

File tree

.github/actions/tamper-artifact-new/package-lock.json

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

.github/actions/tamper-artifact-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@actions/artifact": "^6.2.0",
14-
"@actions/core": "^1.8.0",
14+
"@actions/core": "^1.11.1",
1515
"@actions/github": "^9.0.0",
1616
"@actions/http-client": "^2.0.1",
1717
"@octokit/action": "^6.0.0"

0 commit comments

Comments
 (0)