diff --git a/action.yml b/action.yml index b414b4a..9941e23 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ outputs: description: Number of failed secret decryptions runs: - using: node20 - main: dist/index.js \ No newline at end of file + using: node24 + main: dist/index.js