From faadcf7c87349ec6e20b94dacf3e13371fd3171a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:29:16 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from v1.4 to v1.5 Bumps [GabrielBB/xvfb-action](https://github.com/GabrielBB/xvfb-action) from v1.4 to v1.5. - [Release notes](https://github.com/GabrielBB/xvfb-action/releases) - [Commits](https://github.com/GabrielBB/xvfb-action/compare/v1.4...5801c7b1a0f819d0e162f9d3cfc51c370d241e16) Signed-off-by: dependabot[bot] --- .github/workflows/javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 79ffdc0..edc417f 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -19,6 +19,6 @@ jobs: node-version: 10.x - run: yarn install - name: Run tests - uses: GabrielBB/xvfb-action@v1.4 + uses: GabrielBB/xvfb-action@v1.5 with: run: yarn test