mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
enbl-4519 updating code to use relative paths that are parent paths of the workspace
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"@actions/github": "^2.2.0",
|
||||
"@actions/io": "^1.0.1",
|
||||
"@actions/tool-cache": "^1.1.2",
|
||||
"@vercel/ncc": "^0.28.6",
|
||||
"uuid": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -38,7 +39,6 @@
|
||||
"@types/node": "^12.7.12",
|
||||
"@types/uuid": "^3.4.6",
|
||||
"@typescript-eslint/parser": "^2.8.0",
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-github": "^2.0.0",
|
||||
"eslint-plugin-jest": "^22.21.0",
|
||||
@@ -47,6 +47,6 @@
|
||||
"js-yaml": "^3.13.1",
|
||||
"prettier": "^1.19.1",
|
||||
"ts-jest": "^24.2.0",
|
||||
"typescript": "^3.6.4"
|
||||
"typescript": "^3.9.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user