From d7d53288f95b66bdd0abd50ba80e42189a047805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:22:56 +0000 Subject: [PATCH] chore(deps): bump TypedDevs/bashunit from 0.40.0 to 0.50.1 Bumps [TypedDevs/bashunit](https://github.com/typeddevs/bashunit) from 0.40.0 to 0.50.1. - [Release notes](https://github.com/typeddevs/bashunit/releases) - [Changelog](https://github.com/TypedDevs/bashunit/blob/main/CHANGELOG.md) - [Commits](https://github.com/typeddevs/bashunit/compare/0.40.0...0.50.1) --- updated-dependencies: - dependency-name: TypedDevs/bashunit dependency-version: 0.50.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 13d2a3d..e0130f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v7 - - uses: TypedDevs/bashunit@0.40.0 + - uses: TypedDevs/bashunit@0.50.1 with: verify-checksum: 'true'