From f149a06e0879c13e6a4f33f698c07038945a03fd Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 24 Apr 2024 12:44:19 +1000 Subject: [PATCH 1/2] Switch to `bats-core/bats-action` Is maintained, and uses up to date node (v20) --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index e52fe2d..3d4f6e2 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Setup bats - uses: mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d # v1.2.0 + uses: bats-core/bats-action@2.0.0 with: bats-version: 1.8.0 From ca62a5d18ed5c8b07cc8530480e0a437e51d3df4 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 24 Apr 2024 12:45:43 +1000 Subject: [PATCH 2/2] Update to latest BATS --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 3d4f6e2..f46778e 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -29,7 +29,7 @@ jobs: - name: Setup bats uses: bats-core/bats-action@2.0.0 with: - bats-version: 1.8.0 + bats-version: 1.11.0 - name: Test run: bats tests/*.bats