From 9365bab5e5c65fe74808a7ec017db5941eaa213b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 21 May 2025 21:40:49 +0200 Subject: [PATCH] Update action.yml Co-authored-by: Kyle Ross <37418852+Rossbro2@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2bc6e4b..d4c5083 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: required: false deprecationMessage: | save-always does not work as intended and will be removed in a future release. - If you only want to control whether a new cache will be written use `save-always` instead. + If you only want to control whether a new cache will be written use `save-on-success` instead. Otherwise 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. outputs: