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 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