From 365f2804db7849674235d9334b22d3b66459a8f4 Mon Sep 17 00:00:00 2001 From: takahiro-harano Date: Tue, 30 Jan 2024 10:42:23 +0900 Subject: [PATCH] version 16 to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9d631af..4720c2f 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ outputs: cache-size: description: "A integer value denoting the size of the cache object found (measured in bytes)" runs: - using: node16 + using: node20 main: "dist/restore/index.js" post: "dist/save/index.js" post-if: "success()"