Revert "Update from upstream"

This commit is contained in:
Duncan McNaught 2024-10-18 13:15:20 -06:00 committed by GitHub
parent cd901f67c6
commit a5a8778704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 16121 additions and 1020 deletions

View file

@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "4.1.0",
"version": "3.5.2",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {
@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^20.5.3",
"@types/node": "^12.7.12",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
@ -52,4 +52,4 @@
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}
}