1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-05 13:57:47 +02:00

Revert "new release (#855)"

This reverts commit 0865c47f36.
This commit is contained in:
Bariscankibarcekici 2022-07-28 23:59:16 +03:00
parent 0865c47f36
commit 2574900a40
3 changed files with 4 additions and 7 deletions

View file

@ -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))
- 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))

4
package-lock.json generated
View file

@ -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",

View file

@ -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",