hendrikmuhs / ccache-action

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

save-state and set-output are deprecated #106

Closed iTrooz closed 1 year ago

iTrooz commented 1 year ago

Github issued a blog post yesterday deprecating save-state and set-output (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) and started to issue warnings on actions

Example of such warnings : https://github.com/WerWolv/ImHex/actions/runs/3234815935

hendrikmuhs commented 1 year ago

Thanks for the heads up. According to the blog this issue should fix itself with an update of actions/core and a new release.

n3world commented 1 year ago

I think 3480624fbf3e6c367efd7df4a8b6160f40d203cb resolves this.

iTrooz commented 1 year ago

I think this got fixed indeed, I do not have the warnings anymore, thanks !