mirror of https://github.com/actions/toolkit
actions/cache 1.0.6 release (#705)
parent
ccd1dd298f
commit
2202465c69
|
@ -33,3 +33,7 @@
|
||||||
|
|
||||||
### 1.0.5
|
### 1.0.5
|
||||||
- Fix to ensure Windows cache paths get resolved correctly
|
- Fix to ensure Windows cache paths get resolved correctly
|
||||||
|
|
||||||
|
### 1.0.6
|
||||||
|
- Make caching more verbose [#650](https://github.com/actions/toolkit/pull/650)
|
||||||
|
- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701)
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/cache",
|
"name": "@actions/cache",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/cache",
|
"name": "@actions/cache",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"description": "Actions cache lib",
|
"description": "Actions cache lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue