Skip to content

Commit 7c61c78

Browse files
Bump GabrielBB/xvfb-action from v1.0 to v1.4 (#13694)
Bumps [GabrielBB/xvfb-action](https://github.com/GabrielBB/xvfb-action) from v1.0 to v1.4. - [Release notes](https://github.com/GabrielBB/xvfb-action/releases) - [Commits](GabrielBB/xvfb-action@v1.0...f040be2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04054ac commit 7c61c78

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/insiders.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,31 +310,31 @@ jobs:
310310
env:
311311
TEST_FILES_SUFFIX: testvirtualenvs
312312
CI_PYTHON_VERSION: ${{matrix.python}}
313-
uses: GabrielBB/xvfb-action@v1.0
313+
uses: GabrielBB/xvfb-action@v1.4
314314
with:
315315
run: npm run testSingleWorkspace
316316
if: matrix.test-suite == 'venv'
317317

318318
- name: Run single-workspace tests
319319
env:
320320
CI_PYTHON_VERSION: ${{matrix.python}}
321-
uses: GabrielBB/xvfb-action@v1.0
321+
uses: GabrielBB/xvfb-action@v1.4
322322
with:
323323
run: npm run testSingleWorkspace
324324
if: matrix.test-suite == 'single-workspace'
325325

326326
- name: Run multi-workspace tests
327327
env:
328328
CI_PYTHON_VERSION: ${{matrix.python}}
329-
uses: GabrielBB/xvfb-action@v1.0
329+
uses: GabrielBB/xvfb-action@v1.4
330330
with:
331331
run: npm run testMultiWorkspace
332332
if: matrix.test-suite == 'multi-workspace'
333333

334334
- name: Run debugger tests
335335
env:
336336
CI_PYTHON_VERSION: ${{matrix.python}}
337-
uses: GabrielBB/xvfb-action@v1.0
337+
uses: GabrielBB/xvfb-action@v1.4
338338
with:
339339
run: npm run testDebugger
340340
if: matrix.test-suite == 'debugger'
@@ -416,7 +416,7 @@ jobs:
416416
- name: Run smoke tests
417417
env:
418418
DISPLAY: 10
419-
uses: GabrielBB/xvfb-action@v1.0
419+
uses: GabrielBB/xvfb-action@v1.4
420420
with:
421421
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js
422422

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,31 +282,31 @@ jobs:
282282
env:
283283
TEST_FILES_SUFFIX: testvirtualenvs
284284
CI_PYTHON_VERSION: ${{matrix.python}}
285-
uses: GabrielBB/xvfb-action@v1.0
285+
uses: GabrielBB/xvfb-action@v1.4
286286
with:
287287
run: npm run testSingleWorkspace
288288
if: matrix.test-suite == 'venv'
289289

290290
- name: Run single-workspace tests
291291
env:
292292
CI_PYTHON_VERSION: ${{matrix.python}}
293-
uses: GabrielBB/xvfb-action@v1.0
293+
uses: GabrielBB/xvfb-action@v1.4
294294
with:
295295
run: npm run testSingleWorkspace
296296
if: matrix.test-suite == 'single-workspace'
297297

298298
- name: Run multi-workspace tests
299299
env:
300300
CI_PYTHON_VERSION: ${{matrix.python}}
301-
uses: GabrielBB/xvfb-action@v1.0
301+
uses: GabrielBB/xvfb-action@v1.4
302302
with:
303303
run: npm run testMultiWorkspace
304304
if: matrix.test-suite == 'multi-workspace'
305305

306306
- name: Run debugger tests
307307
env:
308308
CI_PYTHON_VERSION: ${{matrix.python}}
309-
uses: GabrielBB/xvfb-action@v1.0
309+
uses: GabrielBB/xvfb-action@v1.4
310310
with:
311311
run: npm run testDebugger
312312
if: matrix.test-suite == 'debugger'
@@ -388,6 +388,6 @@ jobs:
388388
- name: Run smoke tests
389389
env:
390390
DISPLAY: 10
391-
uses: GabrielBB/xvfb-action@v1.0
391+
uses: GabrielBB/xvfb-action@v1.4
392392
with:
393393
run: node --no-force-async-hooks-checks ./out/test/smokeTest.js

0 commit comments

Comments
 (0)