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 }); 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');