Releases: actions/cache
v3.0.9
- Enhanced the warning message for cache unavailability in case of GHES.
v3.0.8
What's Changed
- Fix
zstdnot working for windows on gnu tar in issues. - Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.
v3.0.7
What's Changed
- Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.
v3.0.6
What's Changed
- Add example for clojure lein project dependencies by @shivamarora1 in PR #835
- Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @pdotl in PR #887
- Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
- Fix issue #833 where cache save was not working for caching github workspace directory
New Contributors
- @shivamarora1 made their first contribution in #835
- @pdotl made their first contribution in #887
Full Changelog: v3...v3.0.6
v3.0.5
Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.
v3.0.4
In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.
v3.0.3
Fixed avoiding empty cache save when no files are available for caching. (#624)
v3.0.2
This release adds the support for dynamic cache size cap on GHES.
v3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
v3.0.0
-
This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.
-
Few dependencies and cache action usage examples have also been updated.