From f5071954e88595af02cdf15a1cb0c0c22fc8ca08 Mon Sep 17 00:00:00 2001
From: Daniel Jacobs <danielhunterjacobs@gmail.com>
Date: Wed, 25 Oct 2023 13:21:33 -0400
Subject: [PATCH] Update Node.js to version 20

---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 2839a14..e7d24f5 100644
--- a/action.yml
+++ b/action.yml
@@ -48,7 +48,7 @@ outputs:
   changes:
     description: JSON array with names of all filters matching any of changed files
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'
 branding:
   color: blue