3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : PyAnsys documentation style checks
40- uses : ansys/actions/doc-style@v4
40+ uses : ansys/actions/doc-style@v5
4141 with :
4242 token : ${{ secrets.GITHUB_TOKEN }}
4343
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Build wheelhouse and perform smoke test
110- uses : ansys/actions/build-wheelhouse@v4
110+ uses : ansys/actions/build-wheelhouse@v5
111111 with :
112112 library-name : ${{ env.PACKAGE_NAME }}
113113 operating-system : ${{ runner.os }}
@@ -133,7 +133,7 @@ jobs:
133133
134134 steps :
135135 - name : Build documentation
136- uses : ansys/actions/doc-build@v4
136+ uses : ansys/actions/doc-build@v5
137137 with :
138138 python-version : ${{ env.MAIN_PYTHON_VERSION }}
139139 dependencies : " build-essential zip pandoc texlive-latex-extra latexmk texlive-pstricks"
@@ -145,7 +145,7 @@ jobs:
145145 needs : [package]
146146 steps :
147147 - name : Deploy the latest documentation
148- uses : ansys/actions/doc-deploy-dev@v4
148+ uses : ansys/actions/doc-deploy-dev@v5
149149 with :
150150 cname : ${{ env.DOCUMENTATION_CNAME }}
151151 token : ${{ secrets.GITHUB_TOKEN }}
@@ -162,7 +162,7 @@ jobs:
162162 needs : [doc-deploy-dev]
163163 steps :
164164 - name : " Deploy the dev documentation index"
165- uses : ansys/actions/doc-deploy-index@v4
165+ uses : ansys/actions/doc-deploy-index@v5
166166 with :
167167 cname : ${{ env.DOCUMENTATION_CNAME }}/version/dev
168168 index-name : pyansys-vdev
@@ -175,7 +175,7 @@ jobs:
175175 needs : [docs-build, smoke-tests-core]
176176 steps :
177177 - name : Build library source and wheel artifacts
178- uses : ansys/actions/build-library@v4
178+ uses : ansys/actions/build-library@v5
179179 with :
180180 library-name : ${{ env.PACKAGE_NAME }}
181181 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -187,14 +187,14 @@ jobs:
187187 runs-on : ubuntu-latest
188188 steps :
189189 - name : Release to PyPI repository
190- uses : ansys/actions/release-pypi-public@v4
190+ uses : ansys/actions/release-pypi-public@v5
191191 with :
192192 library-name : ${{ env.PACKAGE_NAME }}
193193 twine-username : __token__
194194 twine-token : ${{ secrets.PYPI_TOKEN }}
195195
196196 - name : Release to GitHub
197- uses : ansys/actions/release-github@v4
197+ uses : ansys/actions/release-github@v5
198198 with :
199199 library-name : ${{ env.PACKAGE_NAME }}
200200 additional-artifacts : ' all-deps-Linux-3.9 all-deps-Linux-3.10 all-deps-Linux-3.11 all-deps-Linux-3.12 all-deps-Windows-3.9 all-deps-Windows-3.10 all-deps-Windows-3.11 all-deps-Windows-3.12 all-deps-macOS-3.9 all-deps-macOS-3.10 all-deps-macOS-3.11 all-deps-macOS-3.12'
@@ -205,7 +205,7 @@ jobs:
205205 needs : [release]
206206 steps :
207207 - name : Deploy the latest release documentation
208- uses : ansys/actions/doc-deploy-stable@v4
208+ uses : ansys/actions/doc-deploy-stable@v5
209209 with :
210210 cname : ${{ env.DOCUMENTATION_CNAME }}
211211 token : ${{ secrets.GITHUB_TOKEN }}
@@ -238,7 +238,7 @@ jobs:
238238 echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV
239239
240240 - name : " Deploy the latest documentation index"
241- uses : ansys/actions/doc-deploy-index@v4
241+ uses : ansys/actions/doc-deploy-index@v5
242242 with :
243243 cname : ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }}
244244 index-name : pyansys-v${{ env.VERSION_MEILI }}
0 commit comments