From 8ffd23e332b5f9d910800fbdb792683b3f2cf0ef Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Sat, 14 Mar 2026 11:41:31 +0100 Subject: [PATCH 1/2] Update fallback Risor to v2.1.0 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 47bd7ad..34a8f19 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 = 'v2.0.1'; +const latestKnownVersion = 'v2.1.0'; async function run() { const cache = core.getBooleanInput('cache'); From 1e61f9e332d10be885a0b84fed14cc9d737b7a43 Mon Sep 17 00:00:00 2001 From: Kalle Fagerberg Date: Sat, 14 Mar 2026 11:42:18 +0100 Subject: [PATCH 2/2] npm run all --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 3896324..c0a506b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19037,7 +19037,7 @@ function _getGlobal(key, defaultValue) { } //#endregion //#region src/index.ts -const latestKnownVersion = "v2.0.1"; +const latestKnownVersion = "v2.1.0"; async function run() { const cache = getBooleanInput("cache"); var version = getInput("version", { required: true });