From fde4616b2e9c6d1b76cd375aa072ff6009cad75c Mon Sep 17 00:00:00 2001 From: sandroid Date: Thu, 18 Dec 2025 15:25:05 +0100 Subject: [PATCH] ci: use stable bashunit version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3733ef0..5944a931 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: sudo apt -y update sudo apt -y install zsh fish shellcheck fi - curl -s https://bashunit.typeddevs.com/install.sh | bash -s beta + curl -s https://bashunit.typeddevs.com/install.sh | bash -s 0.31.0 - name: Show version run: |