@@ -25,15 +25,15 @@ jobs:
2525 steps :
2626 - name : PyAnsys Vulnerability check (on main)
2727 if : github.ref == 'refs/heads/main'
28- uses : ansys/actions/check-vulnerabilities@v9
28+ uses : ansys/actions/check-vulnerabilities@v10
2929 with :
3030 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3131 python-package-name : ${{ env.LIBRARY_NAME }}
3232 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3333
3434 - name : PyAnsys Vulnerability check (on dev mode)
3535 if : github.ref != 'refs/heads/main'
36- uses : ansys/actions/check-vulnerabilities@v9
36+ uses : ansys/actions/check-vulnerabilities@v10
3737 with :
3838 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3939 python-package-name : ${{ env.LIBRARY_NAME }}
4444 name : " Documentation style"
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : ansys/actions/doc-style@v9
47+ - uses : ansys/actions/doc-style@v10
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050
5757 os : [ubuntu-latest, windows-latest]
5858 python-version : ['3.10', '3.11', '3.12', '3.13']
5959 steps :
60- - uses : ansys/actions/build-wheelhouse@v9
60+ - uses : ansys/actions/build-wheelhouse@v10
6161 with :
6262 library-name : ${{ env.LIBRARY_NAME }}
6363 operating-system : ${{ matrix.os }}
7474 python-version : ['3.10', '3.13']
7575 fail-fast : false
7676 steps :
77- - uses : ansys/actions/tests-pytest@v9
77+ - uses : ansys/actions/tests-pytest@v10
7878 env :
7979 TOKEN : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
8080 with :
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 needs : [doc-style]
103103 steps :
104- - uses : ansys/actions/doc-build@v9
104+ - uses : ansys/actions/doc-build@v10
105105 with :
106106 python-version : ${{ env.MAIN_PYTHON_VERSION }}
107107
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 needs : [doc-build, tests]
112112 steps :
113- - uses : ansys/actions/build-library@v9
113+ - uses : ansys/actions/build-library@v10
114114 with :
115115 library-name : ${{ env.LIBRARY_NAME }}
116116 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -121,7 +121,7 @@ jobs:
121121 needs : [build-library]
122122 if : github.event_name == 'push' && !contains(github.ref, 'refs/tags')
123123 steps :
124- - uses : ansys/actions/doc-deploy-dev@v9
124+ - uses : ansys/actions/doc-deploy-dev@v10
125125 with :
126126 cname : ${{ env.DOCUMENTATION_CNAME }}
127127 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -137,14 +137,14 @@ jobs:
137137 contents : write
138138 steps :
139139 - name : " Release to the public PyPI repository"
140- uses : ansys/actions/release-pypi-public@v9
140+ uses : ansys/actions/release-pypi-public@v10
141141 with :
142142 library-name : ${{ env.LIBRARY_NAME }}
143143 twine-username : " __token__"
144144 twine-token : ${{ secrets.PYPI_TOKEN }}
145145
146146 - name : " Release to GitHub"
147- uses : ansys/actions/release-github@v9
147+ uses : ansys/actions/release-github@v10
148148 with :
149149 library-name : ${{ env.LIBRARY_NAME }}
150150 token : ${{ secrets.GITHUB_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155 needs : [release]
156156 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
157157 steps :
158- - uses : ansys/actions/doc-deploy-stable@v9
158+ - uses : ansys/actions/doc-deploy-stable@v10
159159 with :
160160 cname : ${{ env.DOCUMENTATION_CNAME }}
161161 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172 pull-requests : write
173173 steps :
174174 - name : Automerge PRs
175- uses : ansys/actions/hk-automerge-prs@v9
175+ uses : ansys/actions/hk-automerge-prs@v10
176176 with :
177177 approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
178178 approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments