Releases: Mozilla-Actions/sccache-action
Releases · Mozilla-Actions/sccache-action
v0.0.6
What's Changed
- fix: string interpolation by @i10416 in #122
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #131
- fix: avoid downloading package when local cache exists by @i10416 in #123
- Set baseUrl for Octokit to make it work on GitHub Enterprise Server by @palloberg in #144
dependencies
- Bump eslint-plugin-jest from 28.5.0 to 28.6.0 by @dependabot in #130
- Bump ts-jest from 29.1.4 to 29.2.2 by @dependabot in #134
- Bump @types/node from 20.13.0 to 20.14.11 by @dependabot in #133
- Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.16.1 by @dependabot in #132
- Bump typescript from 5.4.5 to 5.5.3 by @dependabot in #128
- Bump ts-jest from 29.2.2 to 29.2.5 by @dependabot in #141
- Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #140
- Bump prettier from 3.3.2 to 3.3.3 by @dependabot in #136
- Bump typescript from 5.5.3 to 5.6.2 by @dependabot in #145
New Contributors
- @i10416 made their first contribution in #122
- @cclauss made their first contribution in #131
- @palloberg made their first contribution in #144
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- add missing quotes to
configure
example in readme by @altendky in #103 - chore: fix a typo in a comment by @Alphare in #109
- Bump outdated CI workflows and packages by @orf in #114
- Output sccache stats as a notice and a summary table by @orf in #113
Dependencies
- Bump @types/node from 20.12.11 to 20.13.0 by @dependabot in #115
- Bump @typescript-eslint/parser from 7.8.0 to 7.11.0 by @dependabot in #117
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #120
- Bump ts-jest from 29.1.2 to 29.1.4 by @dependabot in #118
- Bump prettier from 3.2.5 to 3.3.2 by @dependabot in #121
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #95
- Bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #96
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #97
- Bump @types/node from 20.10.6 to 20.11.24 by @dependabot in #102
- Bump eslint-plugin-jest from 27.6.0 to 27.9.0 by @dependabot in #101
- Bump undici from 5.28.2 to 5.28.3 by @dependabot in #99
New Contributors
- @altendky made their first contribution in #103
- @Alphare made their first contribution in #109
- @orf made their first contribution in #114
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Show conditional enabling of caching by @nyurik in #76
- Bump to
node20
by @cakebaker in #91
Dependency updates
- Bump @typescript-eslint/parser from 5.54.1 to 5.57.0 by @dependabot in #31
- Bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in #32
- Bump prettier from 2.8.4 to 2.8.7 by @dependabot in #33
- Bump eslint-config-prettier from 8.7.0 to 8.8.0 by @dependabot in #34
- Bump @types/node from 18.14.6 to 18.15.11 by @dependabot in #35
- Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.59.2 by @dependabot in #37
- Bump prettier from 2.8.7 to 2.8.8 by @dependabot in #39
- Bump @types/node from 18.15.11 to 20.1.4 by @dependabot in #45
- Bump @typescript-eslint/parser from 5.57.0 to 5.59.5 by @dependabot in #44
- Bump @types/node from 20.1.4 to 20.2.5 by @dependabot in #49
- Bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.9 by @dependabot in #52
- Bump @typescript-eslint/parser from 5.59.5 to 5.59.9 by @dependabot in #51
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #59
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #58
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #57
- Bump @types/node from 20.2.5 to 20.3.3 by @dependabot in #56
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by @dependabot in #53
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by @dependabot in #69
- Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by @dependabot in #64
- Bump @types/node from 20.3.3 to 20.5.8 by @dependabot in #67
- Bump eslint-plugin-jest from 27.2.3 to 27.6.0 by @dependabot in #80
- Bump @babel/traverse from 7.20.12 to 7.23.2 by @dependabot in #77
- Bump jest-circus from 29.5.0 to 29.7.0 by @dependabot in #72
- Bump eslint-plugin-import from 2.27.5 to 2.29.1 by @dependabot in #88
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #85
- Bump @types/node from 20.5.8 to 20.10.6 by @dependabot in #87
New Contributors
- @nyurik made their first contribution in #76
- @cakebaker made their first contribution in #91
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- verify the checksum by @sylvestre in #26
- Use the latest version of sccache if no version is specified by @miles170 in #27
- Document how to use sccache action for C/C++ by @sylvestre in #28
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- update of the URL
- improvement of the docs
Initial release
v0.0.1 Fix a typo