Skip to content

Commit 3e75a0f

Browse files
build(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 365bebd commit 3e75a0f

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
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"packageManager": "yarn@4.9.2",
2525
"dependencies": {
26-
"@actions/core": "^3.0.0",
26+
"@actions/core": "^3.0.1",
2727
"@aws-sdk/client-ecr": "^3.1020.0",
2828
"@aws-sdk/client-ecr-public": "^3.1020.0",
2929
"@docker/actions-toolkit": "^0.86.0",

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"
@@ -3685,7 +3695,7 @@ __metadata:
36853695
version: 0.0.0-use.local
36863696
resolution: "docker-login@workspace:."
36873697
dependencies:
3688-
"@actions/core": "npm:^3.0.0"
3698+
"@actions/core": "npm:^3.0.1"
36893699
"@aws-sdk/client-ecr": "npm:^3.1020.0"
36903700
"@aws-sdk/client-ecr-public": "npm:^3.1020.0"
36913701
"@docker/actions-toolkit": "npm:^0.86.0"

0 commit comments

Comments
 (0)