4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : PyAnsys code style checks
43- uses : ansys/actions/code-style@v4
43+ uses : ansys/actions/code-style@v5
4444 with :
4545 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4646 vale-config : " doc/.vale.ini"
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : PyAnsys documentation style checks
54- uses : ansys/actions/doc-style@v4
54+ uses : ansys/actions/doc-style@v5
5555 with :
5656 token : ${{ secrets.GITHUB_TOKEN }}
5757
7171 os : macos-latest
7272 steps :
7373 - name : Build wheelhouse and perform smoke test
74- uses : ansys/actions/build-wheelhouse@v4
74+ uses : ansys/actions/build-wheelhouse@v5
7575 with :
7676 library-name : ${{ env.PACKAGE_NAME }}
7777 library-namespace : ${{ env.PACKAGE_NAMESPACE }}
9898 uses : pyvista/setup-headless-display-action@v2
9999
100100 - name : " Run Ansys documentation building action"
101- uses : ansys/actions/doc-build@v4
101+ uses : ansys/actions/doc-build@v5
102102 with :
103103 check-links : false
104104 env :
@@ -131,7 +131,7 @@ jobs:
131131 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
132132
133133 - name : " Run pytest"
134- uses : ansys/actions/tests-pytest@v4
134+ uses : ansys/actions/tests-pytest@v5
135135 env :
136136 PYPRIMEMESH_LAUNCH_CONTAINER : 1
137137 PYPRIMEMESH_IMAGE_TAG : ${{ env.DOCKER_IMAGE_TAG }}
@@ -156,7 +156,7 @@ jobs:
156156 runs-on : ubuntu-latest
157157 steps :
158158 - name : Build library source and wheel artifacts
159- uses : ansys/actions/build-library@v4
159+ uses : ansys/actions/build-library@v5
160160 with :
161161 library-name : ${{ env.PACKAGE_NAME }}
162162 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -168,14 +168,14 @@ jobs:
168168 runs-on : ubuntu-latest
169169 steps :
170170 - name : Release to the public PyPI repository
171- uses : ansys/actions/release-pypi-public@v4
171+ uses : ansys/actions/release-pypi-public@v5
172172 with :
173173 library-name : ${{ env.PACKAGE_NAME }}
174174 twine-username : " __token__"
175175 twine-token : ${{ secrets.PYPI_TOKEN }}
176176
177177 - name : Release to GitHub
178- uses : ansys/actions/release-github@v4
178+ uses : ansys/actions/release-github@v5
179179 with :
180180 library-name : ${{ env.PACKAGE_NAME }}
181181
@@ -186,7 +186,7 @@ jobs:
186186 needs : [package]
187187 steps :
188188 - name : Deploy the latest documentation
189- uses : ansys/actions/doc-deploy-dev@v4
189+ uses : ansys/actions/doc-deploy-dev@v5
190190 with :
191191 cname : ${{ env.DOCUMENTATION_CNAME }}
192192 token : ${{ secrets.GITHUB_TOKEN }}
@@ -198,7 +198,7 @@ jobs:
198198 needs : [release]
199199 steps :
200200 - name : Deploy the stable documentation
201- uses : ansys/actions/doc-deploy-stable@v4
201+ uses : ansys/actions/doc-deploy-stable@v5
202202 with :
203203 cname : ${{ env.DOCUMENTATION_CNAME }}
204204 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments