diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41234f6c..13d2a3dd 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d0a7ae1..af5504df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To run the same checks as CI, make sure these tools are available locally: If `lib/bashunit` is not available yet, install it once with: ```sh -curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash -s 0.40.0 +curl --silent --fail --location https://bashunit.typeddevs.com/install.sh | bash ``` Local Validation