From 2574900a4092122ce538e1dc8a8cd81d54f5610a Mon Sep 17 00:00:00 2001 From: Bariscankibarcekici Date: Thu, 28 Jul 2022 23:59:16 +0300 Subject: [PATCH] Revert "new release (#855)" This reverts commit 0865c47f36e68161719c5b124609996bb5c40129. --- RELEASES.md | 5 +---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 209129f..a7a3a6c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,7 +14,4 @@ - Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624)) ### 3.0.4 -- Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`. ([issue](https://github.com/actions/cache/issues/689)) - -### 3.0.5 -- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ([PR](https://github.com/actions/cache/pull/834)) \ No newline at end of file +- Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`. ([issue](https://github.com/actions/cache/issues/689)) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5eb9b43..5f16fd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cache", - "version": "3.0.5", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cache", - "version": "3.0.5", + "version": "3.0.4", "license": "MIT", "dependencies": { "@actions/cache": "^3.0.0", diff --git a/package.json b/package.json index ffc8fc8..7c8bfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache", - "version": "3.0.5", + "version": "3.0.4", "private": true, "description": "Cache dependencies and build outputs", "main": "dist/restore/index.js",