We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc07349 commit b14020aCopy full SHA for b14020a
.github/workflows/ci_cd.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-22.04
37
steps:
38
- name: Setup headless display
39
- uses: pyvista/setup-headless-display-action@v3
+ uses: pyvista/setup-headless-display-action@v4
40
41
- name: "Install mermaid-cli"
42
run: npm install -g @mermaid-js/mermaid-cli
.github/workflows/nightly-build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- uses: actions/checkout@v4
20
0 commit comments