Skip to content

Commit 5c26c78

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] <[email protected]>
1 parent 28fdb31 commit 5c26c78

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "Apache-2.0",
2626
"packageManager": "[email protected]",
2727
"dependencies": {
28-
"@actions/core": "^1.11.1",
28+
"@actions/core": "^2.0.0",
2929
"@aws-sdk/client-ecr": "^3.890.0",
3030
"@aws-sdk/client-ecr-public": "^3.890.0",
3131
"@docker/actions-toolkit": "^0.63.0",

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ __metadata:
7070
languageName: node
7171
linkType: hard
7272

73+
"@actions/core@npm:^2.0.0":
74+
version: 2.0.0
75+
resolution: "@actions/core@npm:2.0.0"
76+
dependencies:
77+
"@actions/exec": "npm:^1.1.1"
78+
"@actions/http-client": "npm:^3.0.0"
79+
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
80+
languageName: node
81+
linkType: hard
82+
7383
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
7484
version: 1.1.1
7585
resolution: "@actions/exec@npm:1.1.1"
@@ -146,6 +156,16 @@ __metadata:
146156
languageName: node
147157
linkType: hard
148158

159+
"@actions/http-client@npm:^3.0.0":
160+
version: 3.0.0
161+
resolution: "@actions/http-client@npm:3.0.0"
162+
dependencies:
163+
tunnel: "npm:^0.0.6"
164+
undici: "npm:^5.28.5"
165+
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
166+
languageName: node
167+
linkType: hard
168+
149169
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
150170
version: 1.1.3
151171
resolution: "@actions/io@npm:1.1.3"
@@ -4439,7 +4459,7 @@ __metadata:
44394459
version: 0.0.0-use.local
44404460
resolution: "docker-login@workspace:."
44414461
dependencies:
4442-
"@actions/core": "npm:^1.11.1"
4462+
"@actions/core": "npm:^2.0.0"
44434463
"@aws-sdk/client-ecr": "npm:^3.890.0"
44444464
"@aws-sdk/client-ecr-public": "npm:^3.890.0"
44454465
"@docker/actions-toolkit": "npm:^0.63.0"

0 commit comments

Comments
 (0)