From 096ccebe3b9891a98e65b006bc1bc32966db92aa Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:49:47 -0400 Subject: [PATCH 1/2] Use more recent version of docassemble cli --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f8625c6..18a3cae5 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: DOCASSEMBLECLI_VERSION: description: "The version of docassemblecli to install." required: false - default: "0.0.17" + default: "0.0.25" ALKILN_MAX_RANDOM_TESTS_PER_SCENARIO: description: "The maximum number of tests ALKiln will generate for every Scenario that can generate tests." required: false From 0d744a64332e878d5467e83204866b7d2f734d90 Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:26:40 -0400 Subject: [PATCH 2/2] Add docassemble cli action update to CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed1fa34..cd69c1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,10 @@ Format: - GitHub action release: Restored our GitHub action's default for ALKiln version to the latest version 5 again. Released first on GitHub actions. NPM release will come in time, but npm has no impact on GitHub action releases. +### Fixed + +- Fixed GitHub+You action outdated docassemble cli version causing Scenario timeouts. + ## [5.16.1] - 2026-06-01 ### Fixed