From 8aa244e8dd42cb4f354be0df975b295fd6b5f01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:41:48 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.5 to 1.6 Bumps [GabrielBB/xvfb-action](https://github.com/GabrielBB/xvfb-action) from 1.5 to 1.6. - [Release notes](https://github.com/GabrielBB/xvfb-action/releases) - [Commits](https://github.com/GabrielBB/xvfb-action/compare/v1.5...v1.6) --- updated-dependencies: - dependency-name: GabrielBB/xvfb-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 0fa98d1276..8386d7da65 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -256,7 +256,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.6 with: working-directory: language/move-analyzer/editors/code run: npm run test