From 67418153bac4ab07402390d5566d99a8002b85e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:13:39 +0000 Subject: [PATCH] ci(dependabot): bump aganders3/headless-gui from 1 to 2 Bumps [aganders3/headless-gui](https://github.com/aganders3/headless-gui) from 1 to 2. - [Release notes](https://github.com/aganders3/headless-gui/releases) - [Commits](https://github.com/aganders3/headless-gui/compare/v1...v2) --- updated-dependencies: - dependency-name: aganders3/headless-gui dependency-type: direct:production update-type: version-update:semver-major ... 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 b27abbf..dc918c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: python -m pip install .[test] ${{ github.event_name == 'schedule' && '--pre' || '' }} - name: Test - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing