From 9d81fec99aec26f3409818060d23be8cc3942453 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Tue, 28 Apr 2026 19:33:37 +0000 Subject: [PATCH] chore: update CLI version to 6.3.2 --- dist/index.js | 2 +- src/action.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index fe3697a..76a48c4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -69,7 +69,7 @@ async function run() { return; } try { - await (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@6.3.0']); + await (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@6.3.2']); const output = await (0, exec_1.getExecOutput)('dvc', [ 'usages', '--format', diff --git a/src/action.ts b/src/action.ts index 1c3bcb0..6094448 100644 --- a/src/action.ts +++ b/src/action.ts @@ -30,7 +30,7 @@ export async function run() { } try { - await exec('npm', ['install', '-g', '@devcycle/cli@6.3.0']) + await exec('npm', ['install', '-g', '@devcycle/cli@6.3.2']) const output = await getExecOutput('dvc', [ 'usages',