diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dc9a24bbedc..a12c907e13a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,7 @@ jobs: env: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -250,7 +250,7 @@ jobs: - name: Run single-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -259,7 +259,7 @@ jobs: - name: Run multi-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testMultiWorkspace working-directory: ${{env.special-working-directory}} @@ -268,7 +268,7 @@ jobs: - name: Run debugger tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testDebugger working-directory: ${{env.special-working-directory}} @@ -359,7 +359,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.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: node --no-force-async-hooks-checks ./out/test/standardTest.js diff --git a/.github/workflows/nightly-coverage.yml b/.github/workflows/nightly-coverage.yml index 8712427b9cad..fe58487fcb10 100644 --- a/.github/workflows/nightly-coverage.yml +++ b/.github/workflows/nightly-coverage.yml @@ -145,7 +145,7 @@ jobs: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} CI_DISABLE_AUTO_SELECTION: 1 - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace:cover @@ -153,7 +153,7 @@ jobs: env: CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} CI_DISABLE_AUTO_SELECTION: 1 - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace:cover @@ -162,7 +162,7 @@ jobs: # env: # CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} # CI_DISABLE_AUTO_SELECTION: 1 - # uses: GabrielBB/xvfb-action@v1.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: npm run testMultiWorkspace:cover @@ -171,7 +171,7 @@ jobs: # env: # CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} # CI_DISABLE_AUTO_SELECTION: 1 - # uses: GabrielBB/xvfb-action@v1.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: npm run testDebugger:cover diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index dad8b3ffdc54..e15c9aab82b5 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -223,7 +223,7 @@ jobs: env: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -232,7 +232,7 @@ jobs: - name: Run single-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace working-directory: ${{env.special-working-directory}} @@ -241,7 +241,7 @@ jobs: - name: Run multi-workspace tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testMultiWorkspace working-directory: ${{env.special-working-directory}} @@ -250,7 +250,7 @@ jobs: - name: Run debugger tests env: CI_PYTHON_VERSION: ${{matrix.python}} - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testDebugger working-directory: ${{env.special-working-directory}} @@ -343,7 +343,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.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: node --no-force-async-hooks-checks ./out/test/standardTest.js @@ -482,7 +482,7 @@ jobs: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} CI_DISABLE_AUTO_SELECTION: 1 - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace:cover @@ -490,7 +490,7 @@ jobs: env: CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} CI_DISABLE_AUTO_SELECTION: 1 - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.6 with: run: npm run testSingleWorkspace:cover @@ -499,7 +499,7 @@ jobs: # env: # CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} # CI_DISABLE_AUTO_SELECTION: 1 - # uses: GabrielBB/xvfb-action@v1.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: npm run testMultiWorkspace:cover @@ -508,7 +508,7 @@ jobs: # env: # CI_PYTHON_VERSION: ${{env.PYTHON_VERSION}} # CI_DISABLE_AUTO_SELECTION: 1 - # uses: GabrielBB/xvfb-action@v1.5 + # uses: GabrielBB/xvfb-action@v1.6 # with: # run: npm run testDebugger:cover