docs: always use latest bashunit version in dev dependencies

Now that we use the bashunit GitHub Action and get updates from dependabot, we can always assume to
be on the latest version. This way we don't have to update the docs constantly.
This commit is contained in:
sandroid 2026-07-11 23:27:41 +02:00 committed by sandroid
parent 512056d470
commit 503c60ea35

View file

@ -58,7 +58,7 @@ To run the same checks as CI, make sure these tools are available locally:
If `lib/bashunit` is not available yet, install it once with:
```sh
curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash -s 0.40.0
curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash
```
Local Validation