Skip to content

Commit 63203b7

Browse files
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.9.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 bfdc335 commit 63203b7

2 files changed

Lines changed: 18 additions & 31 deletions

File tree

package-lock.json

Lines changed: 17 additions & 30 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
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/logtalk-actions/setup-ciao-prolog#readme",
2020
"dependencies": {
21-
"@actions/core": "^1.9.1",
21+
"@actions/core": "^1.11.1",
2222
"@actions/exec": "^1.1.0",
2323
"@actions/github": "^6.0.0"
2424
}

0 commit comments

Comments
 (0)