From 10e3e38c43277c510348acd95750a85fdaad17fe Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Tue, 25 Jun 2024 01:33:48 +0000 Subject: [PATCH] chore: regenerate artifact --- packages/action/dist/index.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/action/dist/index.cjs b/packages/action/dist/index.cjs index 4e878d90..4104d8d4 100644 --- a/packages/action/dist/index.cjs +++ b/packages/action/dist/index.cjs @@ -26158,7 +26158,7 @@ var schema = { } }; -// ../../node_modules/.pnpm/@jill64+attempt@1.1.2/node_modules/@jill64/attempt/dist/index.js +// ../../node_modules/.pnpm/@jill64+attempt@1.1.3/node_modules/@jill64/attempt/dist/index.js var isPromise = (obj) => !!obj && (typeof obj === "object" || typeof obj === "function") && "then" in obj && typeof obj.then === "function"; function attempt(func, fallback) { const argLen = arguments.length;