Skip to content

Releases: Chocobo1/setup-ccache-action

v1.4.3

16 May 17:17
d4312f0
Compare
Choose a tag to compare
  • Fix symlinks path on macOS
  • Bump dependencies to latest

v1.4.2

30 Dec 07:46
3c66724
Compare
Choose a tag to compare
  • Add support for ccache cache_dir option
  • Bump dependencies to latest

v1.4.1

04 Dec 09:55
bdf25fb
Compare
Choose a tag to compare
  • Switch bundle to ESM
  • Bump dependencies to latest

v1.4.0

01 Oct 14:57
98086bf
Compare
Choose a tag to compare
  • Switch to node20 runtime
  • Bump dependencies to latest

v1.3.9

10 Aug 18:40
06cc7ce
Compare
Choose a tag to compare
  • Fix issue Brew install failing on macOS runners #14
    Relevant commit: 31bd797
    The fix is also suggested by the reporter. @burgholzer Thanks!

v1.3.8

06 Aug 06:26
cfe5395
Compare
Choose a tag to compare
  • Bump dependencies to latest
    Resolves the following:

    (Note that those are indirect dependencies and shouldn't impact users of this project)

v1.3.7

09 Jul 12:37
ec32153
Compare
Choose a tag to compare

v1.3.6

22 Apr 14:49
c1caac9
Compare
Choose a tag to compare
  • Suppress meaningless annotation when brew install succeeded
    Resolves issue #12.

v1.3.5

15 Apr 08:48
16207c1
Compare
Choose a tag to compare
  • Bump dependencies to latest
    Previously was (potentially) affected by this: GHSA-776f-qx25-q3cc

v1.3.4

22 Dec 19:00
e8c8996
Compare
Choose a tag to compare
  • Code cleanups
  • Suppress all error
    Failure of this action should not block the entire workflow.
  • Suppress installation errors
    Further checks will caught remaining errors.