Ccache for gh actions
Version updated for https://github.com/hendrikmuhs/ccache-action to version v1.2.22.
- This action is used across all versions by 9,657 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action integrates ccache or sccache into CI workflows to accelerate C/C++ project builds by caching and reusing previously compiled object files. It automates the installation and configuration of caching tools across Linux, macOS, and Windows environments, reducing build times and improving efficiency. Additionally, it provides support for caching across multiple jobs, platforms, or build configurations, and includes features like cache key customization and detailed cache statistics.
Release notes
What’s Changed
- Bump picomatch by @dependabot[bot] in https://github.com/hendrikmuhs/ccache-action/pull/435
- Bump fast-xml-parser from 5.4.1 to 5.5.7 by @dependabot[bot] in https://github.com/hendrikmuhs/ccache-action/pull/434
Full Changelog: https://github.com/hendrikmuhs/ccache-action/compare/v1.2.21...v1.2.22