Skip to content

Commit 54e4200

Browse files
Bump the prd-major group with 3 updates
Bumps the prd-major group with 3 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache), [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec). Updates `@actions/cache` from 4.1.0 to 5.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@actions/core` from 1.11.1 to 2.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core) Updates `@actions/exec` from 1.1.1 to 2.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prd-major - dependency-name: "@actions/core" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prd-major - dependency-name: "@actions/exec" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prd-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42c5594 commit 54e4200

File tree

2 files changed

+122
-50
lines changed

2 files changed

+122
-50
lines changed

package-lock.json

Lines changed: 119 additions & 47 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
@@ -24,9 +24,9 @@
2424
"dependencies": {
2525
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
2626
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
27-
"@actions/cache": "^4.1.0",
28-
"@actions/core": "^1.11.1",
29-
"@actions/exec": "^1.1.1",
27+
"@actions/cache": "^5.0.1",
28+
"@actions/core": "^2.0.1",
29+
"@actions/exec": "^2.0.0",
3030
"@actions/glob": "^0.5.0",
3131
"@actions/io": "^2.0.0",
3232
"smol-toml": "^1.5.2"

0 commit comments

Comments
 (0)