diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index b55d34cd..be3a56a8 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -29,7 +29,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Setup BATS - uses: bats-core/bats-action@1.5.5 + uses: bats-core/bats-action@1.5.6 - name: Update submodules run: git submodule update --init