mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-12 17:01:15 +00:00
Merge 5fb7f8b35d into 714148933e
This commit is contained in:
commit
c633ebfe8e
2 changed files with 21 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/core": "^2.0.1",
|
||||
"@docker/actions-toolkit": "^0.69.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
21
yarn.lock
21
yarn.lock
|
|
@ -72,6 +72,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/core@npm:^2.0.1":
|
||||
version: 2.0.1
|
||||
resolution: "@actions/core@npm:2.0.1"
|
||||
dependencies:
|
||||
"@actions/exec": ^2.0.0
|
||||
"@actions/http-client": ^3.0.0
|
||||
checksum: 7f15d4b75645a8b35f2ab0f3eb4e699625f3b73ee25d7dec81214f4ebe88ba68aeb9233fc6fda3cad03dd5ae49b6593f1f92885cf4797fa7a95243913b1dd4c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "@actions/exec@npm:1.1.1"
|
||||
|
|
@ -81,6 +91,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/exec@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "@actions/exec@npm:2.0.0"
|
||||
dependencies:
|
||||
"@actions/io": ^2.0.0
|
||||
checksum: 001e4139129fce56459c7fa3970d50e85dc9bffef5fe451312ff1277f1f18d553d221012a199d58b3a5c2198bd0c71b2060dd28e52ebfeaf5a91331347c93208
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/github@npm:^6.0.1":
|
||||
version: 6.0.1
|
||||
resolution: "@actions/github@npm:6.0.1"
|
||||
|
|
@ -3457,7 +3476,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "docker-setup-docker@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": ^1.11.1
|
||||
"@actions/core": ^2.0.1
|
||||
"@docker/actions-toolkit": ^0.69.0
|
||||
"@types/node": ^20.6.0
|
||||
"@typescript-eslint/eslint-plugin": ^6.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue