From e9c938c53002ee5433b984313040797c59889317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:47:59 +0000 Subject: [PATCH] chore(deps): bash_unit v2.2.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 471536e..08269f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - name: Download mariadb cli run: docker pull jbergstroem/mariadb-client-alpine:latest - name: Install bash_unit - run: curl -Ls "https://github.com/pgrange/bash_unit/archive/refs/tags/v2.1.0.tar.gz" | tar -x -z --wildcards --strip-components=1 -C /usr/local/bin "*/bash_unit" + run: curl -Ls "https://github.com/pgrange/bash_unit/archive/refs/tags/v2.2.0.tar.gz" | tar -x -z --wildcards --strip-components=1 -C /usr/local/bin "*/bash_unit" - name: Run suite run: bash_unit test/*.sh