Skip to content

Commit 5bc93b4

Browse files
Bump pyvista/setup-headless-display-action from 1 to 2 (#463)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cadd977 commit 5bc93b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: '3.9' # use python3.9, self-hosted has an issue with 3.10
8787

8888
- name: Set up headless display
89-
uses: pyvista/setup-headless-display-action@v1
89+
uses: pyvista/setup-headless-display-action@v2
9090

9191
- name: Create Python venv
9292
run: |
@@ -185,7 +185,7 @@ jobs:
185185
python-version: '3.9' # use python3.9, self-hosted has an issue with 3.10
186186

187187
- name: Set up headless display
188-
uses: pyvista/setup-headless-display-action@v1
188+
uses: pyvista/setup-headless-display-action@v2
189189

190190
- name: Create Python venv
191191
run: |

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-dependency-path: 'pyproject.toml'
3434

3535
- name: Set up headless display
36-
uses: pyvista/setup-headless-display-action@v1
36+
uses: pyvista/setup-headless-display-action@v2
3737

3838
- name: Create Python venv
3939
run: |

0 commit comments

Comments
 (0)