diff --git a/action.yml b/action.yml index 99744948..95fb0920 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ outputs: hit: description: 'indicate cache found' runs: - using: 'node20' + using: 'node24' main: 'fetch.js' post: 'save.js' post-if: 'success()'