coursier-cache-action
Version updated for https://github.com/coursier/cache-action to version v8.0.1.
- This action is used across all versions by 5,680 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Coursier Cache Action is a GitHub Action designed to automate the caching and restoration of build tool caches for Coursier, sbt, Mill, and Ammonite. It helps improve build performance by reusing dependencies and build artifacts across workflow runs. Key features include automatic detection and caching of relevant directories based on project files and customizable cache keys to ensure efficient and precise restoration.
Release notes
What’s Changed
Improve and update Mill support by @lolgab in https://github.com/coursier/cache-action/pull/773
Add a flag enabling to ignore saving/restoring Ammonite cache by @Gedochao in https://github.com/coursier/cache-action/pull/774
Bump @types/node from 25.0.9 to 25.2.0 by @dependabot[bot] in https://github.com/coursier/cache-action/pull/772
Add workflow ensuring PRs don’t modify files under dist/ by @alexarchambault in https://github.com/coursier/cache-action/pull/775
Update dist by @github-actions[bot] in https://github.com/coursier/cache-action/pull/776
Bump @typescript-eslint/parser from 6.20.0 to 8.54.0 by @dependabot[bot] in https://github.com/coursier/cache-action/pull/769
Bump eslint-plugin-github from 4.10.2 to 6.0.0 by @dependabot[bot] in https://github.com/coursier/cache-action/pull/652
Update dist by @github-actions[bot] in https://github.com/coursier/cache-action/pull/786
Bump @actions/core from 2.0.2 to 3.0.0 by @dependabot[bot] in https://github.com/coursier/cache-action/pull/770
Bump @actions/cache from 4.1.0 to 6.0.0 by @dependabot[bot] in https://github.com/coursier/cache-action/pull/771
Update dist by @github-actions[bot] in https://github.com/coursier/cache-action/pull/788
New Contributors
- @Gedochao made their first contribution in https://github.com/coursier/cache-action/pull/774
Full Changelog: https://github.com/coursier/cache-action/compare/v8...v8.0.1