From 8ed6ca8fc18e787bf0e3b3290857a765a197bead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:30:28 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.6 to 1.7 Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.6 to 1.7. - [Release notes](https://github.com/gabrielbb/xvfb-action/releases) - [Commits](https://github.com/gabrielbb/xvfb-action/compare/v1.6...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/positron-python-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/positron-python-ci.yml b/.github/workflows/positron-python-ci.yml index 5321e453a15..53639e8d7a8 100644 --- a/.github/workflows/positron-python-ci.yml +++ b/.github/workflows/positron-python-ci.yml @@ -373,7 +373,7 @@ jobs: TEST_FILES_SUFFIX: testvirtualenvs CI_PYTHON_VERSION: ${{ matrix.python }} POSITRON_GITHUB_PAT: ${{ github.token }} - uses: GabrielBB/xvfb-action@v1.6 + uses: GabrielBB/xvfb-action@v1.7 with: run: npm run testSingleWorkspace working-directory: ${{ env.special-working-directory }}/${{ env.PROJECT_DIR }} @@ -383,7 +383,7 @@ jobs: env: CI_PYTHON_VERSION: ${{ matrix.python }} POSITRON_GITHUB_PAT: ${{ github.token }} - uses: GabrielBB/xvfb-action@v1.6 + uses: GabrielBB/xvfb-action@v1.7 with: run: npm run testSingleWorkspace working-directory: ${{ env.special-working-directory }}/${{ env.PROJECT_DIR }} @@ -393,7 +393,7 @@ jobs: env: CI_PYTHON_VERSION: ${{ matrix.python }} POSITRON_GITHUB_PAT: ${{ github.token }} - uses: GabrielBB/xvfb-action@v1.6 + uses: GabrielBB/xvfb-action@v1.7 with: run: npm run testDebugger working-directory: ${{ env.special-working-directory }}/${{ env.PROJECT_DIR }}