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 }}