From 2cba6042c21f27067e7ab8cc9c828ad925222719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:12:23 +0000 Subject: [PATCH] Bump GabrielBB/xvfb-action from 1.6 to 1.7 Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.6 to 1.7. - [Release notes](https://github.com/gabrielbb/xvfb-action/releases) - [Commits](https://github.com/gabrielbb/xvfb-action/compare/v1.6...v1.7) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 398c257..a4dc7a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,6 @@ jobs: cache: sbt - run: git submodule update --init - run: sbt --client test - - uses: GabrielBB/xvfb-action@v1.6 + - uses: GabrielBB/xvfb-action@v1.7 with: run: sbt scripted