From 14e27587f5da638b0e6bebeeb25a7ccf8ee9fa91 Mon Sep 17 00:00:00 2001 From: nleanba <25827850+nleanba@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:30:28 +0200 Subject: [PATCH] update GHAct Version --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index f002ca2..1da717a 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -4,7 +4,7 @@ export { GHActWorker, GitRepository, type Job, -} from "https://deno.land/x/ghact@1.2.2/mod.ts"; +} from "https://deno.land/x/ghact@1.2.4/mod.ts"; export { existsSync } from "https://deno.land/std@0.224.0/fs/mod.ts";