diff --git a/dist/index.js b/dist/index.js index 1d4a059..1cc839e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -17460,8 +17460,8 @@ const exec = __nccwpck_require__(1514); const tc = __nccwpck_require__(7784); const { Octokit } = __nccwpck_require__(5375); -const baseDownloadURL = "https://github.com/digitalocean/doctl/releases/download"; -const fallbackVersion = "1.98.1"; +const baseDownloadURL = "https://github.com/trinitronx/doctl/releases/download"; +const fallbackVersion = "1.101.0-pre.git.f747827eb8e6"; const octokit = new Octokit(); async function downloadDoctl(version, type, architecture) { diff --git a/main.js b/main.js index 45d3a20..1b8da28 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ const tc = require('@actions/tool-cache'); const { Octokit } = require("@octokit/rest"); const baseDownloadURL = "https://github.com/trinitronx/doctl/releases/download"; -const fallbackVersion = "1.101.0-pre.git.69cd972159a0"; +const fallbackVersion = "1.101.0-pre.git.f747827eb8e6"; const octokit = new Octokit(); async function downloadDoctl(version, type, architecture) {