Update @actions/core dependency to version 1.11.1 and remove unused uuid license information

This commit is contained in:
Borales
2024-12-09 17:57:56 +01:00
parent 93e6540f12
commit c75444e8f8
5 changed files with 163 additions and 706 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
},