Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down