Update @actions/core in remaining toolkit packages (#636)

* Update to latest @actions/core version

* Bump release notes for new versions

* Add correct pr #
This commit is contained in:
Thomas Boop
2020-11-13 16:51:15 -05:00
committed by GitHub
parent e7eb2c7418
commit 2bf7365352
9 changed files with 32 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "0.4.0",
"version": "0.4.1",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
@@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.1",
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.7",
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",