From 556d6b57c7ad31e4bd046e0c80154875370feeee Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Sat, 14 Feb 2026 13:18:15 +0100 Subject: [PATCH 1/2] Update Risor to v2.0.1 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index fc04cd4..47bd7ad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ import { HttpClient } from '@actions/http-client'; import { Endpoints } from '@octokit/types'; // Used as fallback if getting latest version fails. -const latestKnownVersion = 'v1.8.1'; +const latestKnownVersion = 'v2.0.1'; async function run() { const cache = core.getBooleanInput('cache'); From 5e7910eab324fab08bde3e418be563ade5786204 Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Sat, 14 Feb 2026 13:19:04 +0100 Subject: [PATCH 2/2] Build --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 15dd3bc..ae5d22e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -20070,7 +20070,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => { //#endregion //#region src/index.ts var import_lib = require_lib(); -const latestKnownVersion = "v1.8.1"; +const latestKnownVersion = "v2.0.1"; async function run() { const cache = getBooleanInput("cache"); var version = getInput("version", { required: true });