From c6680166501393afd6c5174dd2406464ed71b524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:30:55 +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/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 47a5c306..b3150cff 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -41,7 +41,7 @@ jobs: python -m pip install --pre ${{ matrix.qt-backend }} - name: Test - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: run: python -m pytest -s --color=yes