From db0bc1aff3b2ae0ad1c6c93b6c50e5cfd784d264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 03:52:20 +0000 Subject: [PATCH] chore(deps): all non-major dependencies --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2897e07..a042c7b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Shellcheck env: - version: "0.9.0" + version: "0.10.0" run: curl -Ls "https://github.com/koalaman/shellcheck/releases/download/v${{ env.version }}/shellcheck-v${{ env.version }}.linux.x86_64.tar.xz" | sudo tar -x -J --wildcards --strip-components=1 -C /usr/local/bin "shellcheck*/shellcheck" - name: Verify shell scripts run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 441dc5e..d45abe4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: chmod +x hadolint sudo mv hadolint /usr/local/bin/hadolint - name: Install 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" + run: curl -Ls "https://github.com/pgrange/bash_unit/archive/refs/tags/v2.3.0.tar.gz" | tar -x -z --wildcards --strip-components=1 -C /usr/local/bin "*/bash_unit" - name: Run suite run: bash_unit test/*.sh