@@ -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@v7
28+ uses : ansys/actions/check-vulnerabilities@v8
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@v7
36+ uses : ansys/actions/check-vulnerabilities@v8
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@v7
47+ - uses : ansys/actions/doc-style@v8
4848 with :
4949 token : ${{ secrets.GITHUB_TOKEN }}
5050
5757 os : [ubuntu-latest, windows-latest]
5858 python-version : ['3.9', '3.10', '3.11', '3.12']
5959 steps :
60- - uses : ansys/actions/build-wheelhouse@v7
60+ - uses : ansys/actions/build-wheelhouse@v8
6161 with :
6262 library-name : ${{ env.LIBRARY_NAME }}
6363 operating-system : ${{ matrix.os }}
7474 python-version : ['3.9', '3.12']
7575 fail-fast : false
7676 steps :
77- - uses : ansys/actions/tests-pytest@v7
77+ - uses : ansys/actions/tests-pytest@v8
7878 env :
7979 TOKEN : ${{ secrets.TEST_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@v7
104+ - uses : ansys/actions/doc-build@v8
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@v7
113+ - uses : ansys/actions/build-library@v8
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@v7
124+ - uses : ansys/actions/doc-deploy-dev@v8
125125 with :
126126 cname : ${{ env.DOCUMENTATION_CNAME }}
127127 token : ${{ secrets.GITHUB_TOKEN }}
@@ -133,14 +133,14 @@ jobs:
133133 runs-on : ubuntu-latest
134134 steps :
135135 - name : " Release to the public PyPI repository"
136- uses : ansys/actions/release-pypi-public@v7
136+ uses : ansys/actions/release-pypi-public@v8
137137 with :
138138 library-name : ${{ env.LIBRARY_NAME }}
139139 twine-username : " __token__"
140140 twine-token : ${{ secrets.PYPI_TOKEN }}
141141
142142 - name : " Release to GitHub"
143- uses : ansys/actions/release-github@v7
143+ uses : ansys/actions/release-github@v8
144144 with :
145145 library-name : ${{ env.LIBRARY_NAME }}
146146
@@ -150,7 +150,7 @@ jobs:
150150 needs : [release]
151151 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
152152 steps :
153- - uses : ansys/actions/doc-deploy-stable@v7
153+ - uses : ansys/actions/doc-deploy-stable@v8
154154 with :
155155 cname : ${{ env.DOCUMENTATION_CNAME }}
156156 token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments