diff --git a/action.yml b/action.yml index 73da383..7bc63b6 100644 --- a/action.yml +++ b/action.yml @@ -89,5 +89,5 @@ outputs: cache-hit: description: A boolean value to indicate if a cache was hit. runs: - using: node20 + using: node24 main: dist/index.js