From ae4be9f8d64aa0c76f3ca549f3c6fc92843c845a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:03:37 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.4 to 1.6 Bumps [GabrielBB/xvfb-action](https://github.com/GabrielBB/xvfb-action) from 1.4 to 1.6. - [Release notes](https://github.com/GabrielBB/xvfb-action/releases) - [Commits](https://github.com/GabrielBB/xvfb-action/compare/v1.4...v1.6) --- updated-dependencies: - dependency-name: GabrielBB/xvfb-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..39c6dd5361bb 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.6 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.6 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.6 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.6 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.6 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..9a537c9f0827 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.6 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.6 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.6 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.6 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.6 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js