diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 92ddc7e2fe16..dae8417f242d 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -275,7 +275,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 working-directory: ${{env.special-working-directory}} @@ -284,7 +284,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 working-directory: ${{env.special-working-directory}} @@ -293,7 +293,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 working-directory: ${{env.special-working-directory}} @@ -302,7 +302,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 working-directory: ${{env.special-working-directory}} @@ -377,7 +377,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.6 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -442,7 +442,7 @@ jobs: # VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders # TEST_FILES_SUFFIX: insiders.test # CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests - # uses: GabrielBB/xvfb-action@v1.4 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: node --no-force-async-hooks-checks ./out/test/standardTest.js diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index fafbb61be550..cd582daa7011 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -278,7 +278,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 working-directory: ${{env.special-working-directory}} @@ -287,7 +287,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 working-directory: ${{env.special-working-directory}} @@ -296,7 +296,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 working-directory: ${{env.special-working-directory}} @@ -305,7 +305,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 working-directory: ${{env.special-working-directory}} @@ -379,7 +379,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.6 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -443,7 +443,7 @@ jobs: # VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders # TEST_FILES_SUFFIX: insiders.test # CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests - # uses: GabrielBB/xvfb-action@v1.4 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: node --no-force-async-hooks-checks ./out/test/standardTest.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a15bde0cf96..ab9075f30a20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -259,7 +259,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 working-directory: ${{env.special-working-directory}} @@ -268,7 +268,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 working-directory: ${{env.special-working-directory}} @@ -277,7 +277,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 working-directory: ${{env.special-working-directory}} @@ -286,7 +286,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 working-directory: ${{env.special-working-directory}} @@ -360,7 +360,7 @@ jobs: env: DISPLAY: 10 INSTALL_JUPYTER_EXTENSION: true - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.6 with: run: node --no-force-async-hooks-checks ./out/test/smokeTest.js @@ -425,6 +425,6 @@ jobs: VSC_PYTHON_CI_TEST_VSC_CHANNEL: insiders TEST_FILES_SUFFIX: insiders.test CODE_TESTS_WORKSPACE: ./src/testMultiRootWkspc/smokeTests - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.6 with: run: node --no-force-async-hooks-checks ./out/test/standardTest.js