You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,9 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
13
13
* Added support for caching from GHES 3.5.
14
14
* Fixed download issue for files > 2GB during restore.
15
15
* Updated the minimum runner version support from node 12 -> node 16.
16
+
* Fixed avoiding empty cache save when no files are available for caching.
16
17
17
-
### v2
18
-
* Increased the cache size limit to 10 GB.
19
-
* Added support for multiple paths, [glob patterns](https://github.com/actions/toolkit/tree/main/packages/glob), and single file caches.
* Increased performance and improved cache sizes using `zstd` compression for Linux and macOS runners
32
-
* Allowed caching for all events with a ref. See [events that trigger workflow](https://help.github.com/en/actions/reference/events-that-trigger-workflows) for info on which events do not have a `GITHUB_REF`
33
-
* Released the [`@actions/cache`](https://github.com/actions/toolkit/tree/main/packages/cache) npm package to allow other actions to utilize caching
34
-
* Added a best-effort cleanup step to delete the archive after extraction to reduce storage space
35
-
36
-
Refer [here](https://github.com/actions/cache/blob/v1/README.md) for previous versions
18
+
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
0 commit comments