diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 34bbace4..8fc7ba29 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -77,4 +77,7 @@ - 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 +- Added 1 hour timeout for the download stuck issue [#810](https://github.com/actions/cache/issues/810). + +### 3.0.3 +- Bug fixes for 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 05de404e..87d24d4d 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/packages/cache/package.json b/packages/cache/package.json index 26b02f06..476e8562 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "3.0.2", + "version": "3.0.3", "preview": true, "description": "Actions cache lib", "keywords": [