2929 contents : write
3030 pull-requests : write
3131 steps :
32- - uses : ansys/actions/doc-deploy-changelog@v7
32+ - uses : ansys/actions/doc-deploy-changelog@v8
3333 with :
3434 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3535
@@ -39,15 +39,15 @@ jobs:
3939 steps :
4040 - name : PyAnsys Vulnerability check (on main)
4141 if : github.ref == 'refs/heads/main'
42- uses : ansys/actions/check-vulnerabilities@v7
42+ uses : ansys/actions/check-vulnerabilities@v8
4343 with :
4444 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4545 python-package-name : ${{ env.PACKAGE_NAME }}
4646 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4747
4848 - name : PyAnsys Vulnerability check (on dev mode)
4949 if : github.ref != 'refs/heads/main'
50- uses : ansys/actions/check-vulnerabilities@v7
50+ uses : ansys/actions/check-vulnerabilities@v8
5151 with :
5252 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5353 python-package-name : ${{ env.PACKAGE_NAME }}
@@ -60,14 +60,14 @@ jobs:
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Check branch name
63- uses : ansys/actions/branch-name-style@v7
63+ uses : ansys/actions/branch-name-style@v8
6464
6565 docs-style :
6666 name : Documentation Style Check
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : PyAnsys documentation style checks
70- uses : ansys/actions/doc-style@v7
70+ uses : ansys/actions/doc-style@v8
7171 with :
7272 token : ${{ secrets.GITHUB_TOKEN }}
7373
8080 uses : pyvista/setup-headless-display-action@v2
8181
8282 - name : " Run Ansys documentation building action"
83- uses : ansys/actions/doc-build@v7
83+ uses : ansys/actions/doc-build@v8
8484 with :
8585 add-pdf-html-docs-as-assets : true
8686
9999 os : macos-latest
100100 steps :
101101 - name : Build wheelhouse and perform smoke test
102- uses : ansys/actions/build-wheelhouse@v7
102+ uses : ansys/actions/build-wheelhouse@v8
103103 with :
104104 library-name : ${{ env.PACKAGE_NAME }}
105105 operating-system : ${{ matrix.os }}
@@ -118,7 +118,7 @@ jobs:
118118 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
119119
120120 - name : " Run pytest"
121- uses : ansys/actions/tests-pytest@v7
121+ uses : ansys/actions/tests-pytest@v8
122122 with :
123123 python-version : ${{ env.MAIN_PYTHON_VERSION }}
124124 requires-xvfb : true
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ubuntu-latest
143143 steps :
144144 - name : Build library source and wheel artifacts
145- uses : ansys/actions/build-library@v7
145+ uses : ansys/actions/build-library@v8
146146 with :
147147 library-name : ${{ env.PACKAGE_NAME }}
148148 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -154,7 +154,7 @@ jobs:
154154 needs : [package]
155155 steps :
156156 - name : Deploy the latest documentation
157- uses : ansys/actions/doc-deploy-dev@v7
157+ uses : ansys/actions/doc-deploy-dev@v8
158158 with :
159159 cname : ${{ env.DOCUMENTATION_CNAME }}
160160 token : ${{ secrets.GITHUB_TOKEN }}
@@ -170,13 +170,13 @@ jobs:
170170 contents : write
171171 steps :
172172 - name : Release to the public PyPI repository
173- uses : ansys/actions/release-pypi-public@v7
173+ uses : ansys/actions/release-pypi-public@v8
174174 with :
175175 use-trusted-publisher : true
176176 library-name : ${{ env.PACKAGE_NAME }}
177177
178178 - name : Release to GitHub
179- uses : ansys/actions/release-github@v7
179+ uses : ansys/actions/release-github@v8
180180 with :
181181 library-name : ${{ env.PACKAGE_NAME }}
182182
@@ -187,7 +187,7 @@ jobs:
187187 needs : [release]
188188 steps :
189189 - name : Deploy the stable documentation
190- uses : ansys/actions/doc-deploy-stable@v7
190+ uses : ansys/actions/doc-deploy-stable@v8
191191 with :
192192 cname : ${{ env.DOCUMENTATION_CNAME }}
193193 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments