From 7643dda7bec4894224dfa4e17b8d1af8343d21dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:52:38 +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 f42280f..e038d90 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -44,7 +44,7 @@ jobs: - uses: tlambert03/setup-qt-libs@v1 - 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 @@ -66,7 +66,7 @@ jobs: PLATFORM: ${{ matrix.platform }} - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: use_oidc: true