Skip to content

Commit c962a61

Browse files
authored
Merge branch 'main' into dependabot/pip/general-dependencies-f056f27a3e
2 parents 361c762 + 515631a commit c962a61

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: [docs-style]
7373
steps:
7474
- name: Setup headless display
75-
uses: pyvista/setup-headless-display-action@v3
75+
uses: pyvista/setup-headless-display-action@v4
7676

7777
- name: "Run Ansys documentation building action"
7878
uses: ansys/actions/doc-build@v9
@@ -169,7 +169,7 @@ jobs:
169169
contents: write
170170
steps:
171171
- name: "Download the library artifacts from build-library step"
172-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
172+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
173173
with:
174174
name: ${{ env.PACKAGE_NAME }}-artifacts
175175
path: ${{ env.PACKAGE_NAME }}-artifacts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pyvista/setup-headless-display-action from 3 to 4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0

0 commit comments

Comments
 (0)