Skip to content

Commit 1a06e29

Browse files
committed
Update brokenpip3/setup-bats-libs
1 parent 3723a27 commit 1a06e29

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,10 @@ jobs:
151151
repo: ${{ github.repository }}
152152
lsp-version: ${{ matrix.lsp-version }}
153153

154-
- name: Setup BATS
155-
uses: andmos/setup-bats@patch-1
154+
- name: Setup Bats and Bats libs
155+
uses: brokenpip3/setup-bats[email protected].1
156156
with:
157157
bats-version: '1.8.2'
158-
159-
- name: Setup Bats libs
160-
uses: brokenpip3/[email protected]
161-
with:
162158
support-version: 0.3.0
163159
assert-version: 2.1.0
164160
file-install: false
@@ -227,14 +223,10 @@ jobs:
227223
dockerfile: ${{ matrix.dockerfile }}
228224
repo: ${{ github.repository }}
229225

230-
- name: Setup BATS
231-
uses: mig4/setup-bats@v1
226+
- name: Setup Bats and Bats libs
227+
uses: brokenpip3/setup-bats[email protected]
232228
with:
233229
bats-version: '1.8.2'
234-
235-
- name: Setup Bats libs
236-
uses: brokenpip3/[email protected]
237-
with:
238230
support-version: 0.3.0
239231
assert-version: 2.1.0
240232
file-install: false

0 commit comments

Comments
 (0)