From 5c6a16254a61937cf70ce581df215e2145ada337 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Mon, 24 Aug 2026 21:21:20 -0400 Subject: [PATCH] Update to Margo 0.1.7 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3dbfefc..a90df1d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import * as authAction from "@octokit/auth-action"; const owner = "integer32llc"; const repo = "margo"; -const tag = "0.1.3"; +const tag = "0.1.7"; async function downloadStaticRegistryTool(): Promise { let authFn = authAction.createActionAuth();