Releases: actions/cache
Releases · actions/cache
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.
v2.1.7
Support 10GB cache upload using the latest version 1.0.8
of @actions/cache
v2.1.6
- Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (#596)
v2.1.5
- Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (#527)
v2.1.4
v2.1.3
- Upgrades
@actions/core
to v1.2.6 for CVE-2020-15228. This action was not using the affected methods. - Fix error handling in
uploadChunk
where 400-level errors were not being detected and handled correctly
v2.1.2
- Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
- No-op when executing on GHES
v2.1.1
- Update
@actions/cache
package tov1.0.2
which allows cache action to use posix format when taring files.
v2.1.0
- Replaces the
http-client
with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently - Display download progress and speed