diff --git a/.github/actions/setup-wheels-test-env/action.yml b/.github/actions/setup-wheels-test-env/action.yml index 4c819a9065..97a7860a89 100644 --- a/.github/actions/setup-wheels-test-env/action.yml +++ b/.github/actions/setup-wheels-test-env/action.yml @@ -19,7 +19,7 @@ inputs: lucli-version: description: 'LuCLI release version' required: false - default: '0.3.7' + default: '0.6.1' install-playwright: description: 'Install Playwright + Chromium (set "false" to skip if no browser tests run)' required: false diff --git a/.github/workflows/deploy-ci.yml b/.github/workflows/deploy-ci.yml index 54a3b7589f..b3dd982679 100644 --- a/.github/workflows/deploy-ci.yml +++ b/.github/workflows/deploy-ci.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - LUCLI_VERSION: "0.3.7" + LUCLI_VERSION: "0.6.1" WHEELS_CI: "true" PORT: "8080" steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6836f5cca5..8c2373edd4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -30,7 +30,7 @@ jobs: if: github.event.action != 'edited' runs-on: ubuntu-latest env: - LUCLI_VERSION: "0.3.7" + LUCLI_VERSION: "0.6.1" WHEELS_CI: "true" WHEELS_BROWSER_TEST_BASE_URL: "http://localhost:60007" WHEELS_BROWSER_CI_ENABLE: "true" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f6b34036b..c7e195b012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ on: env: WHEELS_PRERELEASE: false - LUCLI_VERSION: "0.3.7" + LUCLI_VERSION: "0.6.1" # Route JS actions through Node 24 instead of the deprecated Node 20 runtime. # The lone Node 20 action here — Wandalen/wretry.action@v3, which wraps # softprops/action-gh-release — began failing its pre/post hooks with diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 5d5d913222..cfdc15d27f 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -13,7 +13,7 @@ permissions: env: WHEELS_PRERELEASE: true FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - LUCLI_VERSION: "0.3.7" + LUCLI_VERSION: "0.6.1" jobs: #############################################