Releases: awalsh128/cache-apt-pkgs-action
Releases · awalsh128/cache-apt-pkgs-action
v1.1.3
What's Changed
- Update deprecated set-output command #58 by @awalsh128 in #59
- Skip apt-fast installation on cache hit by @BoboTiG in #61
Full Changelog: v1.1.0...v1.1.3
v1.1.2
What's Changed
Features
n/a
Bugs
- Update deprecated set-output command #58 by @awalsh128 in #59
Full Changelog
v1.1.1
What's Changed
Bugs
- Address issue #47 with Redis server installs and permission denied.
Full Changelog
v1.1.0
v1.0.3
What's Changed
- New
all-package-version-list
output, including dependencies. - Fixed symlink file support.
- Fixed package dependency caching.
- Update to actions/cache from v2 to v3.
- Add log function to record timestamps for performance debugging.
- Cleaned up syntax and made Bash code more idiomatic.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Omit fully qualified pathing for cut
command. (PR #19).
What's Changed
- Drop path to
cut
command by @PeterBowman in #17
New Contributors
- @PeterBowman made their first contribution in #17
Full Changelog: v1.0.1...v1.0.2