From 9781863e4f36e9c3cef040a9faf3734bd87d2314 Mon Sep 17 00:00:00 2001 From: sandroid Date: Sat, 11 Jul 2026 23:27:41 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d0a7ae..af5504d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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