Skip to content

Commit 7ae1cf6

Browse files
chore(deps): Bump @actions/core from 3.0.0 to 3.0.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 3.0.0 to 3.0.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: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7934f8 commit 7ae1cf6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "Apache-2.0",
2525
"packageManager": "yarn@4.9.2",
2626
"dependencies": {
27-
"@actions/core": "^3.0.0",
27+
"@actions/core": "^3.0.1",
2828
"@docker/actions-toolkit": "^0.87.0",
2929
"handlebars": "^4.7.9"
3030
},

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ __metadata:
6161
languageName: node
6262
linkType: hard
6363

64+
"@actions/core@npm:^3.0.1":
65+
version: 3.0.1
66+
resolution: "@actions/core@npm:3.0.1"
67+
dependencies:
68+
"@actions/exec": "npm:^3.0.0"
69+
"@actions/http-client": "npm:^4.0.0"
70+
checksum: 10/e1295f6b81299cc5655ea571e7b3eea02889fdc479e71c783ad9ca48432c613f52a1fd01fecc973a64488b053083ea925a0d23ac7af0bcd8462afc4f4371918b
71+
languageName: node
72+
linkType: hard
73+
6474
"@actions/exec@npm:^3.0.0":
6575
version: 3.0.0
6676
resolution: "@actions/exec@npm:3.0.0"
@@ -2650,7 +2660,7 @@ __metadata:
26502660
version: 0.0.0-use.local
26512661
resolution: "docker-buildx-bake@workspace:."
26522662
dependencies:
2653-
"@actions/core": "npm:^3.0.0"
2663+
"@actions/core": "npm:^3.0.1"
26542664
"@docker/actions-toolkit": "npm:^0.87.0"
26552665
"@eslint/js": "npm:^9.39.3"
26562666
"@types/node": "npm:^24.11.0"

0 commit comments

Comments
 (0)