Remove warning for deprecation in github actions

This commit is contained in:
luisito666 2022-10-18 22:20:02 -05:00
parent e8917857c2
commit b820f60e09
4 changed files with 47 additions and 32 deletions

View file

@ -30,8 +30,8 @@
"author": "Michal Dorner <dorner.michal@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"adm-zip": "^0.5.3",
"fast-glob": "^3.2.5",