diff --git a/action.yml b/action.yml index f59fec8..3890027 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: cache-hit: description: A boolean value to indicate whether the tool cache was hit runs: - using: node16 + using: node20 main: dist/index.js