satackey / action-docker-layer-caching

[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.
https://github.com/marketplace/actions/docker-layer-caching
MIT License
421 stars 55 forks source link

Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. #361

Open nathan815 opened 1 year ago

nathan815 commented 1 year ago

Describe the bug

Warning is printed by GHA:

Warning: The save-state command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

To Reproduce Steps to reproduce the behavior:

Just run this action on any pipeline

Expected behavior

No deprecation and breakage warning

Debug logs Example run: https://github.com/nathan815/threes-scorekeeper/actions/runs/3973442441/jobs/6812100616

Runner Environment (please complete the following information):

crossiatlas commented 1 year ago

In case it wasn't clear from the warning message, "disabled soon" means 31st May 2023 (~60 days from now).

elawad commented 1 year ago

FYI, there hasn't been a change commit in 3 years. I would recommend moving onto this fork - https://github.com/satackey/action-docker-layer-caching/issues/347

MishaKav commented 7 months ago

any updates on this?