Releases: hendrikmuhs/ccache-action
Releases · hendrikmuhs/ccache-action
v1.2.14
What's Changed
- Add sccache to PATH after installation by @kendalharland in #204
- Make ccache-action respect environment variables by @TrentHouliston in #217
- updates
New Contributors
- @kendalharland made their first contribution in #204
- @cclauss made their first contribution in #213
- @TrentHouliston made their first contribution in #217
Full Changelog: v1...v1.2.14
v1.2.13
What's Changed
- add emscripten to the compiler list by @mmomtchev in #187
- Bump @actions/cache from 3.2.3 to 3.2.4 by @dependabot in #183
- Bump typescript from 5.3.3 to 5.4.2 by @dependabot in #190
- Bump typescript from 5.4.2 to 5.4.3 by @dependabot in #191
- fix: early exit process so node doesn't wait for hanging promises by @chirag-droid in #182
- Bump typescript from 5.4.3 to 5.4.5 by @dependabot in #193
- Update windows by @virtuald in #180
- Bump @types/node from 20.11.10 to 20.12.7 by @dependabot in #194
New Contributors
- @mmomtchev made their first contribution in #187
- @chirag-droid made their first contribution in #182
- @virtuald made their first contribution in #180
Full Changelog: v1.2.12...v1.2.13
v1.2.12
- update dependencies
- update to node 20
v1.2.11
v1.2.10
- update dependencies
- add flag for restore
v1.2.9
update dependencies
v1.2.8
update sccache to 0.3.3
v1.2.7
fix append-timestamp option
v1.2.6
make cache key timestamping optional, #126
v1.2.5
- fix checksum for ccache for windows