From 20098e44db92f0cb96c762e8084409287f20003e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 07:03:11 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from v1.4 to v1.5 Bumps [GabrielBB/xvfb-action](https://github.com/GabrielBB/xvfb-action) from v1.4 to v1.5. - [Release notes](https://github.com/GabrielBB/xvfb-action/releases) - [Commits](https://github.com/GabrielBB/xvfb-action/compare/v1.4...5801c7b1a0f819d0e162f9d3cfc51c370d241e16) Signed-off-by: dependabot[bot] --- .github/workflows/insiders.yml | 10 +++++----- .github/workflows/release.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 170f7e50b834..87aa711fe42a 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -313,7 +313,7 @@ jobs: env: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testSingleWorkspace if: matrix.test-suite == 'venv' @@ -321,7 +321,7 @@ jobs: - name: Run single-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testSingleWorkspace if: matrix.test-suite == 'single-workspace' @@ -329,7 +329,7 @@ jobs: - name: Run multi-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testMultiWorkspace if: matrix.test-suite == 'multi-workspace' @@ -337,7 +337,7 @@ jobs: - name: Run debugger tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testDebugger if: matrix.test-suite == 'debugger' @@ -420,7 +420,7 @@ jobs: - name: Run smoke tests env: DISPLAY: 10 - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71eb74d3213a..2ba0e3df0be1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -285,7 +285,7 @@ jobs: env: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testSingleWorkspace if: matrix.test-suite == 'venv' @@ -293,7 +293,7 @@ jobs: - name: Run single-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testSingleWorkspace if: matrix.test-suite == 'single-workspace' @@ -301,7 +301,7 @@ jobs: - name: Run multi-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testMultiWorkspace if: matrix.test-suite == 'multi-workspace' @@ -309,7 +309,7 @@ jobs: - name: Run debugger tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: npm run testDebugger if: matrix.test-suite == 'debugger' @@ -392,6 +392,6 @@ jobs: - name: Run smoke tests env: DISPLAY: 10 - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js