Skip to content

Commit 331c814

Browse files
Bump the actions group with 3 updates (#247)
Bumps the actions group with 3 updates: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@actions/core` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/tool-cache` from 2.0.2 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) Updates `@types/node` from 25.0.3 to 25.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: "@actions/tool-cache" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: "@types/node" dependency-version: 25.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d97dedf commit 331c814

File tree

2 files changed

+25
-64
lines changed

2 files changed

+25
-64
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Anumita Shenoy",
77
"license": "MIT",
88
"dependencies": {
9-
"@actions/core": "^2.0.1",
9+
"@actions/core": "^2.0.2",
1010
"@actions/exec": "^2.0.0",
1111
"@actions/io": "^2.0.0",
12-
"@actions/tool-cache": "2.0.2",
12+
"@actions/tool-cache": "3.0.0",
1313
"@octokit/action": "^8.0.4",
1414
"semver": "^7.7.3"
1515
},
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/jest": "^30.0.0",
27-
"@types/node": "^25.0.3",
27+
"@types/node": "^25.0.6",
2828
"@vercel/ncc": "^0.38.4",
2929
"husky": "^9.1.7",
3030
"jest": "^30.2.0",

0 commit comments

Comments
 (0)