Bump @actions/core to v1.2.6 (#64)

* Bump @actions/core to v1.2.6

* Update version in license for @actions/core

* Fix typo
This commit is contained in:
Konrad Pabjan 2020-11-13 14:53:33 -05:00 committed by GitHub
parent f60857ee28
commit f8e41fbffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 98 additions and 53 deletions

View file

@ -27,9 +27,9 @@
"url": "https://github.com/actions/download-artifact/issues"
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"dependencies": {
"@actions/artifact": "^0.3.5",
"@actions/core": "^1.2.4"
"@actions/core": "^1.2.6"
},
"devDependencies": {
"@types/node": "^12.12.6",