Skip to content

Commit c27f61a

Browse files
committed
ci: pin setup-bats action to v1
1 parent f75ad13 commit c27f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: shellcheck $(git ls-files '*.sh' '*.zsh')
2323

2424
- name: Set up Bats
25-
uses: mig4/setup-bats@v3
25+
uses: mig4/setup-bats@v1
2626

2727
- name: Run Bats tests
2828
run: bats test

0 commit comments

Comments
 (0)