build: upgrade @actions/core to version v1.10.0

In order to support multiline inputs we need to upgrade the '@actions/core'
NPM package to version v1.10.0.
This commit is contained in:
Diogo Kiss 2022-10-13 13:51:41 +02:00
parent 076f0f7dd0
commit 22396b7df5
2 changed files with 47 additions and 8 deletions

View file

@ -29,7 +29,7 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.0.0",
"@actions/core": "^1.2.6"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",