Skip to content

Commit 86afe2f

Browse files
authored
ci: Pin bats version to work around broken CI (#936)
Signed-off-by: James Alseth <james@jalseth.me>
1 parent bece944 commit 86afe2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: setup bats
5555
uses: bats-core/bats-action@1.5.4
5656
with:
57+
# Pin bats version to fix CI issue: https://github.com/bats-core/bats-action/pull/4
58+
bats-version: "1.10.0"
5759
support-install: false
5860
assert-install: false
5961
detik-install: false

0 commit comments

Comments
 (0)