Skip to content

Commit 6eb59fd

Browse files
chore(deps): update bats-core/bats-action action to v4
| datasource | package | from | to | | ----------- | --------------------- | ----- | ----- | | github-tags | bats-core/bats-action | 3.0.1 | 4.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 386567b commit 6eb59fd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/extension-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Setup Bats
191191
if: ${{ inputs.bats != '' && runner.os == 'Linux' }}
192-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
192+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
193193
with:
194194
bats-version: "1.13.0"
195195
support-install: false

.github/workflows/extension-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333

334334
- name: Setup Bats
335335
if: ${{ inputs.bats != '' && runner.os == 'Linux' }}
336-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
336+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
337337
with:
338338
bats-version: "1.13.0"
339339
support-install: false

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
args: build --clean --snapshot --single-target --id xk6
3434

3535
- name: Setup Bats
36-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
36+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
3737
with:
3838
bats-version: "1.13.0"
3939
support-install: false

.github/workflows/liveness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fetch-tags: true
124124

125125
- name: Setup Bats
126-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
126+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
127127
with:
128128
bats-version: "1.13.0"
129129
support-install: false
@@ -201,7 +201,7 @@ jobs:
201201
fetch-tags: true
202202

203203
- name: Setup Bats
204-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
204+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
205205
with:
206206
bats-version: "1.13.0"
207207
support-install: false

.github/workflows/tooling-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Setup Bats
130130
if: ${{ inputs.bats != '' && runner.os == 'Linux' }}
131-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
131+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
132132
with:
133133
bats-version: "1.13.0"
134134
support-install: false

.github/workflows/tooling-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Setup Bats
224224
if: ${{ inputs.bats != '' && runner.os == 'Linux' }}
225-
uses: bats-core/bats-action@42fcc8700f773c075a16a90eb11674c0318ad507 # 3.0.1
225+
uses: bats-core/bats-action@77d6fb60505b4d0d1d73e48bd035b55074bbfb43 # 4.0.0
226226
with:
227227
bats-version: "1.13.0"
228228
support-install: false

0 commit comments

Comments
 (0)