Update to node16 + recent versions of core and exec packages

This commit is contained in:
Michal Dorner 2022-10-13 22:05:31 +02:00
parent 0d9714ddc7
commit e54753f811
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
7 changed files with 52 additions and 97 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",