Skip to content

GitHub Actions: V2 cache actions

We have released v2 versions of the cache actions.

New features:

  • Added support for caching multiple paths, wildcard patterns path or single file path
  • Increased performance and improved cache sizes using zstd for compression for Linux and macOS runners
  • Allowed caching for all events with a ref
  • Created the @actions/cache npm package to allow other actions to utilize caching
  • Added a best-effort step to delete the archive after extraction to reduces storage space

For questions, visit the GitHub Actions community

We have released a new version of the GitHub Actions runner.

Bugs

  • Handle jq returns "null" if the field does not exist in create-latest-svc.sh (#478)
  • Switch GITHUB_URL to GITHUB_SERVER_URL (#482)
  • Fix problem matcher for GHES (#488)
  • Fix container action inputs validation warning (#490)
  • Fix post step display name (#490)
  • Fix worker crash due to exception from evaluating step.env (#490)

Learn more about GitHub Actions self-hosted runners

For questions please visit the GitHub Actions community forum

See more