From 2fb334be5e9fc630c26bd7540b9eab3cb0bdbfcb Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:17:45 +0000 Subject: [PATCH] Update action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2c0f7aba..ec93539a 100644 --- a/action.yml +++ b/action.yml @@ -78,6 +78,6 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node16' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js'