Skip to content

Commit dc9771d

Browse files
build(deps): bump @actions/core from 1.11.1 to 2.0.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.0. - [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: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7141489 commit dc9771d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"packageManager": "yarn@3.6.3",
2828
"dependencies": {
29-
"@actions/core": "^1.11.1",
29+
"@actions/core": "^2.0.0",
3030
"@docker/actions-toolkit": "^0.69.0"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ __metadata:
7272
languageName: node
7373
linkType: hard
7474

75+
"@actions/core@npm:^2.0.0":
76+
version: 2.0.0
77+
resolution: "@actions/core@npm:2.0.0"
78+
dependencies:
79+
"@actions/exec": ^1.1.1
80+
"@actions/http-client": ^3.0.0
81+
checksum: 65276636dea88739fb104f0fd87b6aa075fb25ccd3d4ece595a23dc05d889c3633614d8d65c5a052642f51b6a4ac879727642309a6c1d6088392f98964a84c40
82+
languageName: node
83+
linkType: hard
84+
7585
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
7686
version: 1.1.1
7787
resolution: "@actions/exec@npm:1.1.1"
@@ -3457,7 +3467,7 @@ __metadata:
34573467
version: 0.0.0-use.local
34583468
resolution: "docker-setup-docker@workspace:."
34593469
dependencies:
3460-
"@actions/core": ^1.11.1
3470+
"@actions/core": ^2.0.0
34613471
"@docker/actions-toolkit": ^0.69.0
34623472
"@types/node": ^20.6.0
34633473
"@typescript-eslint/eslint-plugin": ^6.6.0

0 commit comments

Comments
 (0)