actions
actions copied to clipboard
save-always deprecation warning from actions/cache
The save-always input to actions/cache has been deprecated, resulting in warnings, as shown in the following CI run:
https://github.com/opendp/opendp/actions/runs/11223005186/job/31197127537#step:15:2
setup-renv: https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-renv/action.yaml#L48setup-r-dependencies: https://github.com/r-lib/actions/blob/3f55ea1e7439a0db933b2d84686c94fbb4e08602/setup-r-dependencies/action.yaml#L162
save-always was deprecated 4 days ago, so marking this as a bug seems a little excessive. :)
@gaborcsardi Whoops! I just adapted from the template where it was auto-filled. I can't remove it. Not in a rush, but I figured it would be good to let you guys know.
Getting this on the lint action as well.
save-alwayswas deprecated 4 days ago, so marking this as a bug seems a little excessive. :)
Thanks, please inform me when this is fixed. I will update my github workflow.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue