From d398342320d9e4e6640c4fea75d2df8b9544cfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:13:20 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.4 to 1.7 Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.4 to 1.7. - [Release notes](https://github.com/gabrielbb/xvfb-action/releases) - [Commits](https://github.com/gabrielbb/xvfb-action/compare/v1.4...v1.7) --- updated-dependencies: - dependency-name: GabrielBB/xvfb-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index aef45b60e47..7398bb59bf5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -641,7 +641,7 @@ jobs: run: echo "xvfbCommand=--server-args=\"-screen 0 1024x768x24\"" >> $GITHUB_ENV - name: Run Native Notebook with VSCode & Jupyter (ubuntu) - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: ${{ env.xvfbCommand }} npm run testNativeNotebooksInVSCode env: @@ -658,7 +658,7 @@ jobs: if: matrix.python != 'noPython' && matrix.os == 'ubuntu-latest' && matrix.jupyterConnection != 'web' && matrix.tags != '@notebookPerformance' - name: Run Notebook Perf Test Without Jupyter - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: ${{ env.xvfbCommand }} npm run testPerfInVSCode env: @@ -678,7 +678,7 @@ jobs: if: matrix.tags == '@notebookPerformance' - name: Run Execution Perf Test With Jupyter - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: ${{ env.xvfbCommand }} npm run testExecPerfInVSCode env: @@ -702,7 +702,7 @@ jobs: VSC_JUPYTER_CI_TEST_GREP: ${{ matrix.tags }} - name: Run Native Notebook with VSCode & Jupyter (web) - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: npm run testWebExtension env: @@ -736,7 +736,7 @@ jobs: if: matrix.python != 'noPython' && matrix.os == 'windows-latest' && matrix.jupyterConnection != 'web' - name: Run Native Notebook with VSCode & Jupyter (without Python) - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: ${{ env.xvfbCommand }} npm run testNativeNotebooksWithoutPythonInVSCode env: @@ -837,6 +837,6 @@ jobs: DISPLAY: 10 VSC_JUPYTER_FORCE_LOGGING: 1 VSC_JUPYTER_CI_TEST_VSC_CHANNEL: 'insiders' - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.7 with: run: npm run testSmokeLogged