diff --git a/action.yml b/action.yml index 74a4e7e..8ffbc59 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if a cache was hit' runs: - using: 'node24' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()