mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-02-07 18:27:25 +00:00
Merge 3544b5f811 into 206b75dbd2
This commit is contained in:
commit
51c9cc895d
2 changed files with 45 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"dependencies": {
|
||||
"@actions/core": "^2.0.1",
|
||||
"@actions/core": "^3.0.0",
|
||||
"@docker/actions-toolkit": "^0.71.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
45
yarn.lock
45
yarn.lock
|
|
@ -71,6 +71,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/core@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "@actions/core@npm:3.0.0"
|
||||
dependencies:
|
||||
"@actions/exec": ^3.0.0
|
||||
"@actions/http-client": ^4.0.0
|
||||
checksum: 79d472a597723ce6a8343c3eac994c2071c20f7cba428032a0cd97075c8b802678da4eddeb71d1e3b205c8b5a5a29b6906e1a39be07366ee5e090faa460be5a1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "@actions/exec@npm:1.1.1"
|
||||
|
|
@ -89,6 +99,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/exec@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "@actions/exec@npm:3.0.0"
|
||||
dependencies:
|
||||
"@actions/io": ^3.0.2
|
||||
checksum: 8a8c2d28088b0daf019c24abd2127e6694f7427f6f8b866cf7e9d1709dcdc3e15156f2f061977a814113c6f2f2368886f2a9cdf21631d2b9bf7ff22fc80e55e2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/github@npm:^6.0.1":
|
||||
version: 6.0.1
|
||||
resolution: "@actions/github@npm:6.0.1"
|
||||
|
|
@ -143,6 +162,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/http-client@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "@actions/http-client@npm:4.0.0"
|
||||
dependencies:
|
||||
tunnel: ^0.0.6
|
||||
undici: ^6.23.0
|
||||
checksum: a3ee16f3b342bbb0bcf704fc49e1e9998f53b69702b8bde505f0f0d4909b1433296a1b79c3afb0267cbc376a496f78d64f21c01ac7b753c002552dbcd3938ac5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1":
|
||||
version: 1.1.3
|
||||
resolution: "@actions/io@npm:1.1.3"
|
||||
|
|
@ -157,6 +186,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/io@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "@actions/io@npm:3.0.2"
|
||||
checksum: 69c1d58f2b37f4a2248e6d727be900af21e69051c614e161132c6aa459a09654ef84b13b7007f7cc87c7bbaf74e2c37a1add97c76791db64eb810d6a3f4ad96e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/tool-cache@npm:^2.0.2":
|
||||
version: 2.0.2
|
||||
resolution: "@actions/tool-cache@npm:2.0.2"
|
||||
|
|
@ -3637,7 +3673,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "docker-setup-docker@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": ^2.0.1
|
||||
"@actions/core": ^3.0.0
|
||||
"@docker/actions-toolkit": ^0.71.0
|
||||
"@eslint/compat": ^2.0.0
|
||||
"@eslint/eslintrc": ^3.3.3
|
||||
|
|
@ -7004,6 +7040,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici@npm:^6.23.0":
|
||||
version: 6.23.0
|
||||
resolution: "undici@npm:6.23.0"
|
||||
checksum: f0953920330375e76d1614381af07da9d7c21ad3244d0785b3f7bd4072635c20a1f432ef3a129baa3e4a92278ce32e9ea2ca8b5f0e0554a5739222af332c08fe
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unique-filename@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "unique-filename@npm:3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue