From 60d559988c8ea98523cc38fe90a80fff84857d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:13:21 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pyvista/setup-headless-display-action` from 4.2 to 4.3 - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](https://github.com/pyvista/setup-headless-display-action/compare/v4.2...v4.3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: pyvista/setup-headless-display-action dependency-version: '4.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fd860bb..5b8e4e8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -43,7 +43,7 @@ jobs: activate-environment: true - name: Install Windows OpenGL - uses: pyvista/setup-headless-display-action@v4.2 + uses: pyvista/setup-headless-display-action@v4.3 with: qt: true wm: herbstluftwm @@ -52,7 +52,7 @@ jobs: run: uv run --dev pytest -v --color=yes --cov=ndevio --cov-report=xml - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: use_oidc: true