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