From c1f9190d04b9bb3a72946cfdbd5d9f53a2a217b1 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Mon, 12 Feb 2024 12:05:33 +0100 Subject: [PATCH] Switch to bats-core/bats-action@1.5.4 for CI tests mig4/setup-bats is no longer maintained. bats-core/bats-action is it's fork under the official bats-core org on Github. --- .github/workflows/default.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 06568ac8..3c61e6a1 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -153,9 +153,7 @@ jobs: steps: - name: Setup Bats - uses: mig4/setup-bats@v1 - with: - bats-version: '1.3.0' + uses: bats-core/bats-action@1.5.4 - name: Checkout uses: actions/checkout@v4