From a59b8cb52c5eae4f5fa8d7387dc6f500bbaf96c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:32:34 +0000 Subject: [PATCH] Bump pyvista/setup-headless-display-action in the actions group Bumps the actions group with 1 update: [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action). Updates `pyvista/setup-headless-display-action` from 1 to 2 - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](https://github.com/pyvista/setup-headless-display-action/compare/v1...v2) --- updated-dependencies: - dependency-name: pyvista/setup-headless-display-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 184edf3..32e9731 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -12,7 +12,7 @@ jobs: os: [macos-14, macos-13, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: pyvista/setup-headless-display-action@v1 + - uses: pyvista/setup-headless-display-action@v2 - uses: actions/setup-python@v5 with: python-version: 3.12