[1.2] ci: bump bats-action to v4.0.0

Older one fails on ARM for some reason.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2026-02-10 16:00:29 -08:00
parent 65256e0f13
commit eb63817bfb
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all
- name: Setup Bats and bats libs - name: Setup Bats and bats libs
uses: bats-core/bats-action@3.0.0 uses: bats-core/bats-action@4.0.0
with: with:
bats-version: 1.9.0 bats-version: 1.9.0
support-install: false support-install: false