From fa44d8dd7781bf93ab03142d4c46aa5f10d21824 Mon Sep 17 00:00:00 2001 From: sandroid Date: Sat, 29 Aug 2026 17:54:09 +0200 Subject: [PATCH] ci: allow bashunit GitHub action updates from dependabot --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41234f6..13d2a3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,9 +27,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v7 - - uses: TypedDevs/bashunit@v0 + - uses: TypedDevs/bashunit@0.40.0 with: - version: '0.40.0' verify-checksum: 'true' # Runs a single command using the runners shell