Remove the need to update packages/core

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 16:27:29 +01:00
parent fb5ae2a0e0
commit 44b9401378
2 changed files with 3 additions and 29 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "2.0.0",
"version": "1.11.1",
"description": "Actions core lib",
"keywords": [
"github",
@@ -38,11 +38,5 @@
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"
},
"devDependencies": {
"@types/node": "^24.1.0"
},
"overrides": {
"uri-js": "npm:uri-js-replace@^1.0.1"
}
}