diff --git a/action.yml b/action.yml index e7bb35e..8ee1c1f 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Rust Problem Matchers description: Setup Problem Matchers for Rust. runs: - using: "node16" + using: "node20" main: "index.js" branding: color: orange