From e3378ff6fdfe2d347cf385f359a257def15a34f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:18:09 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pyvista/setup-headless-display-action` from 3 to 4 - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](https://github.com/pyvista/setup-headless-display-action/compare/v3...v4) Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.22.0...v2.23.3) --- updated-dependencies: - dependency-name: pyvista/setup-headless-display-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/testing-and-deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index 5ffabe6..8db65da 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.12' - name: Setup headless display - uses: pyvista/setup-headless-display-action@v3 + uses: pyvista/setup-headless-display-action@v4 - name: Build and validate wheel run: | @@ -63,7 +63,7 @@ jobs: python-version: '3.12' - name: Setup headless display - uses: pyvista/setup-headless-display-action@v3 + uses: pyvista/setup-headless-display-action@v4 - name: Install library run: pip install . @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.3 - name: List generated wheels run: ls ./wheelhouse/*