hendrikmuhs / ccache-action

github action to speedup building using ccache
MIT License
117 stars 52 forks source link

Invalid input option 'save' #67

Closed AzHicham closed 2 years ago

AzHicham commented 2 years ago

Hello,

I tried to use the newly introduced input option 'save' to disabled saving cache when some conditions are met. Unfortunately I get the following warning : Warning: Unexpected input(s) 'save', valid inputs are ['key', 'max-size'] workfow run : https://github.com/hove-io/navitia/runs/6292655767?check_suite_focus=true#step:4:38

I check that the latest version of ccache-action is used : https://github.com/hove-io/navitia/runs/6292655767?check_suite_focus=true#step:1:56

Thank you for your help and tour work

jonashaag commented 2 years ago

You are using an old version

AzHicham commented 2 years ago

My bad, I thought that by using @v1 I always get the latest '1.x' version