mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-12-11 06:55:21 +00:00
Merge 7ce5766cbf1799e25aed28eb6d4d2bcf6e4cbe48 into 65d18f8f8a05aab1b2d761032bec9cd5578caadb
This commit is contained in:
commit
5fc74eabb0
@ -25,7 +25,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@docker/actions-toolkit": "^0.63.0",
|
||||
"js-yaml": "^4.1.0"
|
||||
},
|
||||
|
||||
22
yarn.lock
22
yarn.lock
@ -70,6 +70,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/core@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "@actions/core@npm:2.0.0"
|
||||
dependencies:
|
||||
"@actions/exec": "npm:^1.1.1"
|
||||
"@actions/http-client": "npm:^3.0.0"
|
||||
checksum: 10/051190c962d4abee7bc1878c1d94aa6660bf04f41ec99913f2f16b6e3c02b25fffb62451a8ce0742d8a594d3aff316f17f6539ab27dadcf772f1c4c562aab4dd
|
||||
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"
|
||||
@ -136,6 +146,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/http-client@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "@actions/http-client@npm:3.0.0"
|
||||
dependencies:
|
||||
tunnel: "npm:^0.0.6"
|
||||
undici: "npm:^5.28.5"
|
||||
checksum: 10/7ed597cf91953cb56f74ece13187914fee629cb81cd11357676425388dd239508be63d0eff7930e2b066034f2a86dd24b313c09717f878aaf8ed3f5a6853b816
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
|
||||
version: 1.1.3
|
||||
resolution: "@actions/io@npm:1.1.3"
|
||||
@ -3324,7 +3344,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "docker-setup-buildx@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": "npm:^1.11.1"
|
||||
"@actions/core": "npm:^2.0.0"
|
||||
"@docker/actions-toolkit": "npm:^0.63.0"
|
||||
"@types/js-yaml": "npm:^4.0.9"
|
||||
"@types/node": "npm:^20.19.9"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user