Releases: Chocobo1/setup-ccache-action
Releases · Chocobo1/setup-ccache-action
v1.3.6
- Suppress meaningless annotation when
brew install
succeeded
Resolves issue #12.
v1.3.5
- Bump dependencies to latest
Previously was (potentially) affected by this: GHSA-776f-qx25-q3cc
v1.3.4
- Code cleanups
- Suppress all error
Failure of this action should not block the entire workflow. - Suppress installation errors
Further checks will caught remaining errors.
v1.3.3
- Only remove stale caches that are from the same branch
- Improve 'remove stale cache' behavior under racing condition
- Also see v1.3.2 release note: https://github.com/Chocobo1/setup-ccache-action/releases/tag/v1.3.2
v1.3.2
- Remove multiple stale cache entries rather than only one
Also see v1.3.1 release note: https://github.com/Chocobo1/setup-ccache-action/releases/tag/v1.3.1
v1.3.1
- Improve handling when previous/stale cache entry is not found
Also see v1.3.0 release note: https://github.com/Chocobo1/setup-ccache-action/releases/tag/v1.3.0
v1.3.0
- Add ability to remove previous/stale cache entry.
This is on by default. Addremove_stale_cache: false
to action parameter list if you want to turn it off.
By removing stale cache entries, you might be able to avoid cache trashing when your repository cache is nearly/already full.
v1.2.12
- Suppress warning messages
See more: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - Bump dependencies to latest
v1.2.11
- Add primitive support for Windows MSVC
- Bump dependencies to latest
v1.2.10
- Improve error message
- Bump dependencies to latest
An upstream fix should help suppressing some server errors: actions/toolkit@46231a7