Skip to content

Commit 2d1eaf9

Browse files
Bump GabrielBB/xvfb-action from 1.6 to 1.7
Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.6 to 1.7. - [Release notes](https://github.com/gabrielbb/xvfb-action/releases) - [Commits](GabrielBB/xvfb-action@v1.6...v1.7) --- updated-dependencies: - dependency-name: GabrielBB/xvfb-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8cc93d commit 2d1eaf9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
env:
359359
TEST_FILES_SUFFIX: testvirtualenvs
360360
CI_PYTHON_VERSION: ${{ matrix.python }}
361-
uses: GabrielBB/xvfb-action@v1.6
361+
uses: GabrielBB/xvfb-action@v1.7
362362
with:
363363
run: npm run testSingleWorkspace
364364
working-directory: ${{ env.special-working-directory }}
@@ -367,7 +367,7 @@ jobs:
367367
- name: Run single-workspace tests
368368
env:
369369
CI_PYTHON_VERSION: ${{ matrix.python }}
370-
uses: GabrielBB/xvfb-action@v1.6
370+
uses: GabrielBB/xvfb-action@v1.7
371371
with:
372372
run: npm run testSingleWorkspace
373373
working-directory: ${{ env.special-working-directory }}
@@ -376,7 +376,7 @@ jobs:
376376
- name: Run multi-workspace tests
377377
env:
378378
CI_PYTHON_VERSION: ${{ matrix.python }}
379-
uses: GabrielBB/xvfb-action@v1.6
379+
uses: GabrielBB/xvfb-action@v1.7
380380
with:
381381
run: npm run testMultiWorkspace
382382
working-directory: ${{ env.special-working-directory }}
@@ -385,7 +385,7 @@ jobs:
385385
- name: Run debugger tests
386386
env:
387387
CI_PYTHON_VERSION: ${{ matrix.python }}
388-
uses: GabrielBB/xvfb-action@v1.6
388+
uses: GabrielBB/xvfb-action@v1.7
389389
with:
390390
run: npm run testDebugger
391391
working-directory: ${{ env.special-working-directory }}

.github/workflows/pr-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
env:
355355
TEST_FILES_SUFFIX: testvirtualenvs
356356
CI_PYTHON_VERSION: ${{ matrix.python }}
357-
uses: GabrielBB/xvfb-action@v1.6
357+
uses: GabrielBB/xvfb-action@v1.7
358358
with:
359359
run: npm run testSingleWorkspace
360360
working-directory: ${{ env.special-working-directory }}
@@ -363,7 +363,7 @@ jobs:
363363
- name: Run single-workspace tests
364364
env:
365365
CI_PYTHON_VERSION: ${{ matrix.python }}
366-
uses: GabrielBB/xvfb-action@v1.6
366+
uses: GabrielBB/xvfb-action@v1.7
367367
with:
368368
run: npm run testSingleWorkspace
369369
working-directory: ${{ env.special-working-directory }}
@@ -372,7 +372,7 @@ jobs:
372372
- name: Run debugger tests
373373
env:
374374
CI_PYTHON_VERSION: ${{ matrix.python }}
375-
uses: GabrielBB/xvfb-action@v1.6
375+
uses: GabrielBB/xvfb-action@v1.7
376376
with:
377377
run: npm run testDebugger
378378
working-directory: ${{ env.special-working-directory }}
@@ -618,15 +618,15 @@ jobs:
618618
TEST_FILES_SUFFIX: testvirtualenvs
619619
CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
620620
CI_DISABLE_AUTO_SELECTION: 1
621-
uses: GabrielBB/xvfb-action@v1.6
621+
uses: GabrielBB/xvfb-action@v1.7
622622
with:
623623
run: npm run testSingleWorkspace:cover
624624

625625
- name: Run single-workspace tests
626626
env:
627627
CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
628628
CI_DISABLE_AUTO_SELECTION: 1
629-
uses: GabrielBB/xvfb-action@v1.6
629+
uses: GabrielBB/xvfb-action@v1.7
630630
with:
631631
run: npm run testSingleWorkspace:cover
632632

@@ -635,7 +635,7 @@ jobs:
635635
# env:
636636
# CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
637637
# CI_DISABLE_AUTO_SELECTION: 1
638-
# uses: GabrielBB/xvfb-action@v1.6
638+
# uses: GabrielBB/xvfb-action@v1.7
639639
# with:
640640
# run: npm run testMultiWorkspace:cover
641641

@@ -644,7 +644,7 @@ jobs:
644644
# env:
645645
# CI_PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
646646
# CI_DISABLE_AUTO_SELECTION: 1
647-
# uses: GabrielBB/xvfb-action@v1.6
647+
# uses: GabrielBB/xvfb-action@v1.7
648648
# with:
649649
# run: npm run testDebugger:cover
650650

0 commit comments

Comments
 (0)