Skip to content

Commit 6b631a9

Browse files
committed
ci: Use latest 1.4.1. Bats
1 parent 1fedd95 commit 6b631a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Bats
3636
run: |
3737
subdir='.workflow-data'
38-
bats_version='1.4.0'
38+
bats_version='1.4.1'
3939
4040
curl -LsSo "$subdir/bats-core.tar.gz" --create-dirs \
4141
https://github.com/bats-core/bats-core/archive/v$bats_version.tar.gz
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install Bats
7676
run: |
7777
subdir='.workflow-data'
78-
bats_version='1.4.0'
78+
bats_version='1.4.1'
7979
8080
cd source
8181

0 commit comments

Comments
 (0)