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