From ef888588c1b9e1adb1cbbc957559551722e0cf8d Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Fri, 5 Aug 2022 07:20:59 +0000 Subject: [PATCH] Updated version and Releases.md --- packages/cache/RELEASES.md | 5 ++++- packages/cache/package-lock.json | 4 ++-- packages/cache/package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 931228a3..34bbace4 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -74,4 +74,7 @@ ### 3.0.1 - Fix [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory. -- Fix [#809](https://github.com/actions/cache/issues/809) `zstd -d: no such file or directory` error on AWS self-hosted runners. \ No newline at end of file +- Fix [#809](https://github.com/actions/cache/issues/809) `zstd -d: no such file or directory` error on AWS self-hosted runners. + +### 3.0.2 +- Added 1 hour timeout for the download stuck issue [#810](https://github.com/actions/cache/issues/810). \ No newline at end of file diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index de8c7e0f..05de404e 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/packages/cache/package.json b/packages/cache/package.json index 19d065bd..26b02f06 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "3.0.1", + "version": "3.0.2", "preview": true, "description": "Actions cache lib", "keywords": [