From c3d7f34211272c8b0338f3ef074ac970a799b670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 04:44:57 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.5 to 1.7 Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.5 to 1.7. - [Release notes](https://github.com/gabrielbb/xvfb-action/releases) - [Commits](https://github.com/gabrielbb/xvfb-action/compare/v1.5...v1.7) --- updated-dependencies: - dependency-name: GabrielBB/xvfb-action dependency-version: '1.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pre-land.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pre-land.yml b/.github/workflows/ci-pre-land.yml index fa6c76121a..0609b41c0d 100644 --- a/.github/workflows/ci-pre-land.yml +++ b/.github/workflows/ci-pre-land.yml @@ -238,7 +238,7 @@ jobs: # commands below with `xvfb-run `.) Without a simulated display # such as this one, the tests would fail with the error message: # "Unable to open X display." - uses: GabrielBB/xvfb-action@v1.5 + uses: GabrielBB/xvfb-action@v1.7 with: working-directory: language/move-analyzer/editors/code run: npm run test