From e58cb37a3008774da4080722168ec67da47a4e69 Mon Sep 17 00:00:00 2001 From: Kate Date: Sat, 8 Feb 2025 22:48:44 +0000 Subject: [PATCH] Work around failures on platforms where the number of files open at once is limited --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e0ba3271..4a021f27 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: cache-prefix: description: The prefix of the cache keys. required: false - default: v1 + default: v3 github-token: description: DO NOT SET THIS. required: false