Update @actions/core to 1.2.6 (#449)

This commit is contained in:
David Hadka 2020-11-03 13:04:09 -06:00 committed by GitHub
parent 8819edf476
commit 22c64ac772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 224 additions and 112 deletions

View file

@ -23,10 +23,10 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/cache": "^1.0.3",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"@actions/cache": "^1.0.3"
"@actions/io": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.13",