mirror of
https://github.com/docker/login-action.git
synced 2025-04-03 10:36:36 +00:00
Merge 21d2eda0e1
into 74a5d14239
This commit is contained in:
commit
e7a841be9f
2 changed files with 16 additions and 16 deletions
|
@ -28,7 +28,7 @@
|
|||
"@actions/core": "^1.11.1",
|
||||
"@aws-sdk/client-ecr": "^3.766.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.758.0",
|
||||
"@docker/actions-toolkit": "^0.57.0",
|
||||
"@docker/actions-toolkit": "^0.58.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
"https-proxy-agent": "^7.0.6"
|
||||
},
|
||||
|
|
30
yarn.lock
30
yarn.lock
|
@ -12,9 +12,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/artifact@npm:^2.3.0":
|
||||
version: 2.3.1
|
||||
resolution: "@actions/artifact@npm:2.3.1"
|
||||
"@actions/artifact@npm:^2.3.2":
|
||||
version: 2.3.2
|
||||
resolution: "@actions/artifact@npm:2.3.2"
|
||||
dependencies:
|
||||
"@actions/core": ^1.10.0
|
||||
"@actions/github": ^5.1.1
|
||||
|
@ -28,13 +28,13 @@ __metadata:
|
|||
archiver: ^7.0.1
|
||||
jwt-decode: ^3.1.2
|
||||
unzip-stream: ^0.3.1
|
||||
checksum: 5d6f49069cdc12b8ec0bc0fe318a059f5e48dcaa85644ebda5501eb2ce8b773fa8efb8136a6683608c8d80204d5b2d55d91ff31d10550306ed58ebed46171231
|
||||
checksum: 78ee41b43800accb2f3527e1733217c43d53693e7f96ce2470b16890fb84f5c2ebaaa6048ccdb6cfe188b54c02779ec99623c6932558e757f6829cfde203cf2c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@actions/cache@npm:^4.0.2":
|
||||
version: 4.0.2
|
||||
resolution: "@actions/cache@npm:4.0.2"
|
||||
"@actions/cache@npm:^4.0.3":
|
||||
version: 4.0.3
|
||||
resolution: "@actions/cache@npm:4.0.3"
|
||||
dependencies:
|
||||
"@actions/core": ^1.11.1
|
||||
"@actions/exec": ^1.0.1
|
||||
|
@ -46,7 +46,7 @@ __metadata:
|
|||
"@azure/storage-blob": ^12.13.0
|
||||
"@protobuf-ts/plugin": ^2.9.4
|
||||
semver: ^6.3.1
|
||||
checksum: 208f11238a26194f331b329bb99d50a87c1a3ccef1dbae181e5c142b3faf41715203e0c5cbc491519d3d97540a68fbd418c25fb6e16caabf76248c40867c02b4
|
||||
checksum: ee9c2a21a70bd3f35c63f302af478e23f135c26deb77ea2e4eed29c62766a4b201fc7435651c0d56fa504c02d203107e3bdfda1dba18a3ee09338e1dfc3f2fe8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1614,12 +1614,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@docker/actions-toolkit@npm:^0.57.0":
|
||||
version: 0.57.0
|
||||
resolution: "@docker/actions-toolkit@npm:0.57.0"
|
||||
"@docker/actions-toolkit@npm:^0.58.0":
|
||||
version: 0.58.0
|
||||
resolution: "@docker/actions-toolkit@npm:0.58.0"
|
||||
dependencies:
|
||||
"@actions/artifact": ^2.3.0
|
||||
"@actions/cache": ^4.0.2
|
||||
"@actions/artifact": ^2.3.2
|
||||
"@actions/cache": ^4.0.3
|
||||
"@actions/core": ^1.11.1
|
||||
"@actions/exec": ^1.1.1
|
||||
"@actions/github": ^6.0.0
|
||||
|
@ -1639,7 +1639,7 @@ __metadata:
|
|||
semver: ^7.7.1
|
||||
tar-stream: ^3.1.7
|
||||
tmp: ^0.2.3
|
||||
checksum: d25b85d85d79a2ddb01ed7cd858d2c0dedae7545a1fd991517ae71aa53ccd91e3b295ed8a5b48f4c9a7b6486cdf25a47a9e123135f8bffac47af1c60551d268d
|
||||
checksum: 727ccde59eb610e616951ab9d493ab120f0e8a831779dc261c159c8d7fe772e79d2103f9e9d3c69055d6ccc5eaecbc219680f111f131b284e3985ac6ce7df3c7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -4234,7 +4234,7 @@ __metadata:
|
|||
"@actions/core": ^1.11.1
|
||||
"@aws-sdk/client-ecr": ^3.766.0
|
||||
"@aws-sdk/client-ecr-public": ^3.758.0
|
||||
"@docker/actions-toolkit": ^0.57.0
|
||||
"@docker/actions-toolkit": ^0.58.0
|
||||
"@types/node": ^20.12.12
|
||||
"@typescript-eslint/eslint-plugin": ^7.9.0
|
||||
"@typescript-eslint/parser": ^7.9.0
|
||||
|
|
Loading…
Add table
Reference in a new issue