cache-action

Save and restore files as a cache in GitHub Actions

MIT License

Downloads
494
Stars
1
Committers
2

Bot releases are hidden (Show)

cache-action - Version 0.2.1

Published by threeal about 1 month ago

What's Changed

  • Modified the distributed library script file to use the .js extension and the library typing file to use the .d.ts extension.
  • Development changes:
    • Updated development dependencies.
    • Explicitly specified the runner OS version in GitHub workflows.

Full Changelog: https://github.com/threeal/cache-action/compare/v0.2.0...v0.2.1

cache-action - Version 0.2.0

Published by threeal about 1 month ago

What's Changed

  • Compress files using Zstandard to decrease cache size.
  • Upload and download cache concurrently to speed up the process.
  • Expose restoreCache and saveCache functions as part of the JavaScript library.
  • Bug fixes:
    • Fix issue where the saveCache function did not await the removal of the temporary directory.
  • Development changes:
    • Modify API tests to use a real HTTP server.
    • Reorganize file structure and refactor functions.
    • Update development dependencies.
    • Add support for building documentation and deploying it to GitHub Pages.

Full Changelog: https://github.com/threeal/cache-action/compare/v0.1.0...v0.2.0

cache-action - Version 0.1.0 Latest Release

Published by threeal about 2 months ago

What's Changed

  • Added support for saving and restoring files as a cache in GitHub Actions.

Full Changelog: https://github.com/threeal/cache-action/commits/v0.1.0