bump versions (inc core) to resolve deprecated add-path

This commit is contained in:
Dagen Brock 2021-03-23 11:34:34 -05:00
parent 146584f032
commit 90a71144b9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "install-merlin32-action",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
@ -8,9 +8,9 @@
"pack": "ncc build dist/index.js"
},
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.4"
},
"devDependencies": {