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,5 +1,8 @@
# @actions/tool-cache Releases
### 1.6.1
- [Update @actions/core version](https://github.com/actions/toolkit/pull/636)
### 1.6.0
- [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207)

View File

@@ -1,13 +1,13 @@
{
"name": "@actions/tool-cache",
"version": "1.6.0",
"version": "1.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz",
"integrity": "sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w=="
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
},
"@actions/exec": {
"version": "1.0.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.6.0",
"version": "1.6.1",
"description": "Actions tool-cache lib",
"keywords": [
"github",
@@ -36,7 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",