mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-docker-action.git
				synced 2025-10-27 19:16:40 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 60457dabd3
			
		
	
	
		60457dabd3
		
			
		
	
	
	
	
		
			
			Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.13.0...v0.14.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>
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "docker-setup-docker",
 | |
|   "description": "Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
 | |
|     "lint": "yarn run prettier && yarn run eslint",
 | |
|     "format": "yarn run prettier:fix && yarn run eslint:fix",
 | |
|     "eslint": "eslint --max-warnings=0 .",
 | |
|     "eslint:fix": "eslint --fix .",
 | |
|     "prettier": "prettier --check \"./**/*.ts\"",
 | |
|     "prettier:fix": "prettier --write \"./**/*.ts\"",
 | |
|     "test": "jest",
 | |
|     "all": "yarn run build && yarn run format && yarn test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/crazy-max/ghaction-setup-docker.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "docker",
 | |
|     "engine"
 | |
|   ],
 | |
|   "author": "CrazyMax",
 | |
|   "license": "Apache-2.0",
 | |
|   "packageManager": "yarn@3.6.3",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.10.1",
 | |
|     "@docker/actions-toolkit": "^0.14.0",
 | |
|     "uuid": "^9.0.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/node": "^20.6.0",
 | |
|     "@typescript-eslint/eslint-plugin": "^6.6.0",
 | |
|     "@typescript-eslint/parser": "^6.6.0",
 | |
|     "@vercel/ncc": "^0.38.0",
 | |
|     "eslint": "^8.49.0",
 | |
|     "eslint-config-prettier": "^9.0.0",
 | |
|     "eslint-plugin-jest": "^27.2.3",
 | |
|     "eslint-plugin-prettier": "^5.0.0",
 | |
|     "jest": "^29.6.4",
 | |
|     "prettier": "^3.0.3",
 | |
|     "ts-jest": "^29.1.1",
 | |
|     "ts-node": "^10.9.1",
 | |
|     "typescript": "^5.2.2"
 | |
|   }
 | |
| }
 |