fix for check-dist and license failures

This commit is contained in:
Aparna Jyothi 2025-01-20 13:48:19 +05:30
parent a8ee77fefc
commit e3b3a81ec0
6 changed files with 83 additions and 864 deletions

View file

@ -26,8 +26,8 @@
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
@ -52,4 +52,4 @@
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}
}