From 6e958c7c84a7c3e3a972ef91d3a9c343bb0eb67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 3 Apr 2024 13:40:59 +0200 Subject: [PATCH] CI: Switch to `bats-core/bats-action` --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 475c5ad..30b2655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,7 @@ jobs: shards: ${{ github.event.inputs.shards || 'nightly' }} - name: Setup BATS - uses: mig4/setup-bats@v1 - with: - bats-version: 1.9.0 + uses: bats-core/bats-action@1.5.6 - name: Test run: |