diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 3b99a4b8..b55d34cd 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.4 + uses: bats-core/bats-action@1.5.5 - name: Update submodules run: git submodule update --init