r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

Fresh warning: Warning: Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details. #228

Closed zhuxr11 closed 3 weeks ago

zhuxr11 commented 3 weeks ago

Fresh warning on github R-CMD-CHECK.yaml, seen just now (usethis@2.2.3):

Warning: Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate actions/cache/restore step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.

gaborcsardi commented 3 weeks ago

Duplicate of https://github.com/r-lib/actions/issues/928