Closed jrochkind closed 2 years ago
Thanks for bringing this up. I had been meaning to address this.
Updated the code to reflect the update and it is released as a patch v1.1.2. I always update the latest and v1 tags as well when a new release happens FYI. Going to close this but feel free to re-open if you have anymore issues.
Thanks! Appears to work well for me! Thank you for this action!
Following shows up in output for step using this action.
At first I suspected you were using an old version of
actions/cache
, which would trigger this warning. But no, it looks like you are using current actions/cache@v3However, you are maybe actually directly calling set-output?
https://github.com/awalsh128/cache-apt-pkgs-action/blob/fc1d3efd6eb95068a842f61d365490601eb20fd2/action.yml#L61-L62
It seems like you will have to change this implementation to avoid the deprecation warnings, and keep working once the
set-output
command is "disabled soon"?Looks like technically "soon" is actually about 6 months probably:
— https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/