Releases: actions/cache
Releases · actions/cache
v3.0.11
What's Changed
- Call out cache not saved on hit by @Phantsure in #946
- Update @actions/core to 1.10.0 by @rentziass in #950
- Update cache to use @actions/core@^1.10.0 by @pdotl in #956
New Contributors
- @rentziass made their first contribution in #950
Full Changelog: v3...v3.0.11
v3.0.10
- Fix a bug with sorting inputs.
- Update definition for
restore-keys
in README.md
v3.0.9
- Enhanced the warning message for cache unavailability in case of GHES.
v3.0.8
What's Changed
- Fix
zstd
not 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.