1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-05 13:11:47 +02:00

Squashed commit of the following:

commit c43fdbfb30
Author: Ross Brodbeck <hross@github.com>
Date:   Fri Aug 21 08:14:48 2020 -0400

    update dist

commit 239235dd46
Author: Ross Brodbeck <hross@github.com>
Date:   Fri Aug 21 07:57:25 2020 -0400

    add updated dist

commit 2955f2419d
Author: Ross Brodbeck <hross@github.com>
Date:   Fri Aug 21 07:53:08 2020 -0400

    fix package lock file

commit 5aa50f005d
Author: Ross Brodbeck <hross@users.noreply.github.com>
Date:   Fri Aug 21 07:47:54 2020 -0400

    change zeit -> vercel

    Company name changed and deprecated all packages in favor of the new name
This commit is contained in:
osmastership 2025-05-27 15:48:20 -04:00
parent b8df1c46b7
commit 04d1ad4795
3 changed files with 34212 additions and 41210 deletions

62658
dist/index.js vendored

File diff suppressed because one or more lines are too long

12717
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "checkout", "name": "checkout",
"version": "4.2.2", "version": "2.0.2",
"description": "checkout action", "description": "checkout action",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {
@ -8,9 +8,7 @@
"format": "prettier --write '**/*.ts'", "format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'", "format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts", "lint": "eslint src/**/*.ts",
"test": "jest", "test": "jest"
"licensed-check": "src/misc/licensed-check.sh",
"licensed-generate": "src/misc/licensed-generate.sh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,28 +26,27 @@
}, },
"homepage": "https://github.com/actions/checkout#readme", "homepage": "https://github.com/actions/checkout#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.1.3",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.0.1",
"@actions/github": "^6.0.0", "@actions/github": "^2.2.0",
"@actions/io": "^1.1.3", "@actions/io": "^1.0.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^1.1.2",
"uuid": "^9.0.1" "uuid": "^3.3.3"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.12", "@types/jest": "^24.0.23",
"@types/node": "^20.12.12", "@types/node": "^12.7.12",
"@types/uuid": "^9.0.8", "@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^7.9.0", "@typescript-eslint/parser": "^2.8.0",
"@typescript-eslint/parser": "^7.9.0", "@vercel/ncc": "^0.23.0",
"@vercel/ncc": "^0.38.1", "eslint": "^5.16.0",
"eslint": "^8.57.0", "eslint-plugin-github": "^2.0.0",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jest": "^28.8.2", "jest": "^24.9.0",
"jest": "^29.7.0", "jest-circus": "^24.9.0",
"jest-circus": "^29.7.0", "js-yaml": "^3.13.1",
"js-yaml": "^4.1.0", "prettier": "^1.19.1",
"prettier": "^3.3.3", "ts-jest": "^24.2.0",
"ts-jest": "^29.2.5", "typescript": "^3.6.4"
"typescript": "^5.5.4"
} }
} }