mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-10-31 01:20:09 +08:00 
			
		
		
		
	Bump @docker/actions-toolkit from 0.10.0 to 0.12.0
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									a52126db3d
								
							
						
					
					
						commit
						34d31626d9
					
				| @ -29,7 +29,7 @@ | ||||
|   "dependencies": { | ||||
|     "@actions/core": "^1.10.0", | ||||
|     "@actions/exec": "^1.1.1", | ||||
|     "@docker/actions-toolkit": "^0.10.0", | ||||
|     "@docker/actions-toolkit": "^0.12.0", | ||||
|     "js-yaml": "^4.1.0", | ||||
|     "uuid": "^9.0.0" | ||||
|   }, | ||||
|  | ||||
							
								
								
									
										35
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -51,26 +51,14 @@ | ||||
|     "@actions/core" "^1.2.6" | ||||
|     minimatch "^3.0.4" | ||||
| 
 | ||||
| "@actions/http-client@^2.0.1": | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c" | ||||
|   integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw== | ||||
|   dependencies: | ||||
|     tunnel "^0.0.6" | ||||
| 
 | ||||
| "@actions/http-client@^2.1.1": | ||||
| "@actions/http-client@^2.0.1", "@actions/http-client@^2.1.1": | ||||
|   version "2.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.1.1.tgz#a8e97699c315bed0ecaeaaeb640948470d4586a0" | ||||
|   integrity sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw== | ||||
|   dependencies: | ||||
|     tunnel "^0.0.6" | ||||
| 
 | ||||
| "@actions/io@^1.0.1", "@actions/io@^1.1.1": | ||||
|   version "1.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9" | ||||
|   integrity sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw== | ||||
| 
 | ||||
| "@actions/io@^1.1.3": | ||||
| "@actions/io@^1.0.1", "@actions/io@^1.1.1", "@actions/io@^1.1.3": | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71" | ||||
|   integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q== | ||||
| @ -738,10 +726,10 @@ | ||||
|   dependencies: | ||||
|     "@jridgewell/trace-mapping" "0.3.9" | ||||
| 
 | ||||
| "@docker/actions-toolkit@^0.10.0": | ||||
|   version "0.10.0" | ||||
|   resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.10.0.tgz#5a2769ae48c93c689db2b9c665cd9fb80123c419" | ||||
|   integrity sha512-87ivF6QROwDTeWCfIEK+JLkp5H0f/HGuDF4/VlulvZQFARiv344Xi5MBFTAU4Zd3kxKYEE2RwTw01aYDLr08Nw== | ||||
| "@docker/actions-toolkit@^0.12.0": | ||||
|   version "0.12.0" | ||||
|   resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.12.0.tgz#aa0ba45ac278234171a12637779b8e2687f25edc" | ||||
|   integrity sha512-yHhXt1te5AWZsmuIUcoAv5fH4kQ2huiLpdkm0pXUHY6GJrVDfClEE5nc6BXWSBDTZIbrKBTkbCjEnK6euWr65g== | ||||
|   dependencies: | ||||
|     "@actions/cache" "^3.2.2" | ||||
|     "@actions/core" "^1.10.0" | ||||
| @ -752,8 +740,9 @@ | ||||
|     "@actions/tool-cache" "^2.0.1" | ||||
|     "@octokit/plugin-rest-endpoint-methods" "^7.2.3" | ||||
|     async-retry "^1.3.3" | ||||
|     csv-parse "^5.4.0" | ||||
|     csv-parse "^5.5.0" | ||||
|     handlebars "^4.7.8" | ||||
|     js-yaml "^4.1.0" | ||||
|     jwt-decode "^3.1.2" | ||||
|     semver "^7.5.4" | ||||
|     tmp "^0.2.1" | ||||
| @ -1869,10 +1858,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3: | ||||
|     shebang-command "^2.0.0" | ||||
|     which "^2.0.1" | ||||
| 
 | ||||
| csv-parse@^5.4.0: | ||||
|   version "5.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.4.0.tgz#6793210a4a49a9a74b3fde3f9d00f3f52044fd89" | ||||
|   integrity sha512-JiQosUWiOFgp4hQn0an+SBoV9IKdqzhROM0iiN4LB7UpfJBlsSJlWl9nq4zGgxgMAzHJ6V4t29VAVD+3+2NJAg== | ||||
| csv-parse@^5.5.0: | ||||
|   version "5.5.0" | ||||
|   resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.0.tgz#2313421e69b650dae32a79ac884b20b21ca1d9da" | ||||
|   integrity sha512-RxruSK3M4XgzcD7Trm2wEN+SJ26ChIb903+IWxNOcB5q4jT2Cs+hFr6QP39J05EohshRFEvyzEBoZ/466S2sbw== | ||||
| 
 | ||||
| debug@^4.1.0, debug@^4.1.1: | ||||
|   version "4.3.1" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
						dependabot[bot]