Releases: nix-community/cache-nix-action
Releases · nix-community/cache-nix-action
v5.2.1
v5
Changes compared to v4
- Support two backends for the
cache
package (#40): - Patch
cache
packages to supporttar
arguments.- Also suggest this patch to actions/toolkit (link).
- Fix cache merging
- Add the
save-always
input introduced in theactions/cache
v4.0.0.- Currently, it doesn't work #36.
- Sync with
actions/cache
v4.0.2
Note
The release date isn't important. This release was updated via:
git tag -f v5
git push -f --tags
v5.2.0
v5.1.3
Fix #35 by merging changes from actions/cache
.
v5.1.2
Fix missing .sql
script - partially fixes #34
v5.1.1
- Fix merging stores (#31)
v5.1.0
- Use a custom @cache-nix-action/cache package that supports
tar
args.- The
actions-toolkit
directory was moved to theactions-toolkit
branch.
- The
- remove the option
--skip-old-files
from thetar
command in the restore phase to overwrite files that should be overwritten with files from a cache (see the comment). - don't try to restore the existing
/nix/store
files. - add the
save-always
input introduced in the @actions/cache v4.
v5.0.1
Update action configuration
v5.0.0
Update action configuration
v4.0.3
- collapse restore logs (as per #16 (comment))