Skip to content

Commit 8671a7d

Browse files
committed
ci: update to setup bats action from bats-core
mig4/setup-bats is now unmaintained(last commit in Sep 2021). bats-core/bats-action can be used as a replacement maintained by the bats-core team. Signed-off-by: Akhil Mohan <[email protected]>
1 parent 1590491 commit 8671a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ jobs:
154154
EXTRA_BUILDTAGS: ${{ matrix.dmz }}
155155
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all
156156

157-
- name: install bats
158-
uses: mig4/setup-bats@v1
157+
- name: Setup Bats and bats libs
158+
uses: bats-core/bats[email protected]
159159
with:
160160
bats-version: 1.9.0
161161

0 commit comments

Comments
 (0)