From cc042cc783c23e07d0ddd1791ade7d15fa8db132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Br=C3=BCx?= <3636209+mrks115@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:06:44 +0100 Subject: [PATCH] dependencies: bump node to v20 Node v16 is deprecated, bump to v20. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b7f8140..18df5ca 100644 --- a/action.yml +++ b/action.yml @@ -29,5 +29,5 @@ outputs: changes: description: 'Description text of the log entry found' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'