3030 contents : write
3131 pull-requests : write
3232 steps :
33- - uses : ansys/actions/doc-deploy-changelog@v9
33+ - uses : ansys/actions/doc-deploy-changelog@v10
3434 with :
3535 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3636 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -42,15 +42,15 @@ jobs:
4242 steps :
4343 - name : PyAnsys Vulnerability check (on main)
4444 if : github.ref == 'refs/heads/main'
45- uses : ansys/actions/check-vulnerabilities@v9
45+ uses : ansys/actions/check-vulnerabilities@v10
4646 with :
4747 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4848 python-package-name : ${{ env.PACKAGE_NAME }}
4949 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5050
5151 - name : PyAnsys Vulnerability check (on dev mode)
5252 if : github.ref != 'refs/heads/main'
53- uses : ansys/actions/check-vulnerabilities@v9
53+ uses : ansys/actions/check-vulnerabilities@v10
5454 with :
5555 python-version : ${{ env.MAIN_PYTHON_VERSION }}
5656 python-package-name : ${{ env.PACKAGE_NAME }}
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : PyAnsys documentation style checks
65- uses : ansys/actions/doc-style@v9
65+ uses : ansys/actions/doc-style@v10
6666 with :
6767 token : ${{ secrets.GITHUB_TOKEN }}
6868
7575 uses : pyvista/setup-headless-display-action@v4
7676
7777 - name : " Run Ansys documentation building action"
78- uses : ansys/actions/doc-build@v9
78+ uses : ansys/actions/doc-build@v10
7979 with :
8080 python-version : ${{ env.MAIN_PYTHON_VERSION }}
8181 add-pdf-html-docs-as-assets : true
9595 os : macos-latest
9696 steps :
9797 - name : Build wheelhouse and perform smoke test
98- uses : ansys/actions/build-wheelhouse@v9
98+ uses : ansys/actions/build-wheelhouse@v10
9999 with :
100100 library-name : ${{ env.PACKAGE_NAME }}
101101 operating-system : ${{ matrix.os }}
@@ -115,7 +115,7 @@ jobs:
115115 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
116116
117117 - name : " Run pytest"
118- uses : ansys/actions/tests-pytest@v9
118+ uses : ansys/actions/tests-pytest@v10
119119 with :
120120 python-version : ${{ env.MAIN_PYTHON_VERSION }}
121121 requires-xvfb : true
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - name : Build library source and wheel artifacts
142- uses : ansys/actions/build-library@v9
142+ uses : ansys/actions/build-library@v10
143143 with :
144144 library-name : ${{ env.PACKAGE_NAME }}
145145 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -151,7 +151,7 @@ jobs:
151151 needs : [package]
152152 steps :
153153 - name : Deploy the latest documentation
154- uses : ansys/actions/doc-deploy-dev@v9
154+ uses : ansys/actions/doc-deploy-dev@v10
155155 with :
156156 cname : ${{ env.DOCUMENTATION_CNAME }}
157157 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -183,7 +183,7 @@ jobs:
183183 skip-existing : false
184184
185185 - name : Release to GitHub
186- uses : ansys/actions/release-github@v9
186+ uses : ansys/actions/release-github@v10
187187 with :
188188 token : ${{ secrets.GITHUB_TOKEN }}
189189 library-name : ${{ env.PACKAGE_NAME }}
@@ -195,7 +195,7 @@ jobs:
195195 needs : [release]
196196 steps :
197197 - name : Deploy the stable documentation
198- uses : ansys/actions/doc-deploy-stable@v9
198+ uses : ansys/actions/doc-deploy-stable@v10
199199 with :
200200 cname : ${{ env.DOCUMENTATION_CNAME }}
201201 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments