2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : " Run Ansys code style checks"
29- uses : ansys/actions/code-style@v6
29+ uses : ansys/actions/code-style@v7
3030 with :
3131 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3232
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : " Run Ansys documentation style checks"
38- uses : ansys/actions/doc-style@v6
38+ uses : ansys/actions/doc-style@v7
3939 with :
4040 token : ${{ secrets.GITHUB_TOKEN }}
4141
4747 contents : write
4848 pull-requests : write
4949 steps :
50- - uses : ansys/actions/doc-deploy-changelog@v6
50+ - uses : ansys/actions/doc-deploy-changelog@v7
5151 with :
5252 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5353
5757 needs : doc-style
5858 steps :
5959 - name : " Run Ansys documentation building action"
60- uses : ansys/actions/doc-build@v6
60+ uses : ansys/actions/doc-build@v7
6161 with :
6262 python-version : ${{ env.MAIN_PYTHON_VERSION }}
6363 add-pdf-html-docs-as-assets : true
7171 needs : build-library
7272 steps :
7373 - name : " Deploy developers documentation"
74- uses : ansys/actions/doc-deploy-dev@v6
74+ uses : ansys/actions/doc-deploy-dev@v7
7575 with :
7676 cname : ${{ env.DOCUMENTATION_CNAME }}
7777 token : ${{ secrets.GITHUB_TOKEN }}
8383 needs : release
8484 steps :
8585 - name : " Deploy stable documentation"
86- uses : ansys/actions/doc-deploy-stable@v6
86+ uses : ansys/actions/doc-deploy-stable@v7
8787 with :
8888 cname : ${{ env.DOCUMENTATION_CNAME }}
8989 token : ${{ secrets.GITHUB_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105105 os : macos-latest
106106 steps :
107107 - name : " Build wheelhouse and perform smoke test"
108- uses : ansys/actions/build-wheelhouse@v6
108+ uses : ansys/actions/build-wheelhouse@v7
109109 with :
110110 library-name : ${{ env.PACKAGE_NAME }}
111111 operating-system : ${{ matrix.os }}
@@ -117,7 +117,7 @@ jobs:
117117 needs : [doc-build, smoke-tests]
118118 steps :
119119 - name : " Build library source and wheel artifacts"
120- uses : ansys/actions/build-library@v6
120+ uses : ansys/actions/build-library@v7
121121 with :
122122 library-name : ${{ env.PACKAGE_NAME }}
123123
@@ -129,21 +129,21 @@ jobs:
129129 steps :
130130
131131 - name : " Release to the private PyPI repository"
132- uses : ansys/actions/release-pypi-private@v6
132+ uses : ansys/actions/release-pypi-private@v7
133133 with :
134134 library-name : ${{ env.PACKAGE_NAME }}
135135 twine-username : " __token__"
136136 twine-token : ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
137137
138138 - name : " Release to the public PyPI repository"
139- uses : ansys/actions/release-pypi-public@v6
139+ uses : ansys/actions/release-pypi-public@v7
140140 with :
141141 library-name : ${{ env.PACKAGE_NAME }}
142142 twine-username : " __token__"
143143 twine-token : ${{ secrets.PYPI_TOKEN }}
144144
145145 - name : " Release to GitHub"
146- uses : ansys/actions/release-github@v6
146+ uses : ansys/actions/release-github@v7
147147 with :
148148 library-name : ${{ env.PACKAGE_NAME }}
149149
@@ -154,7 +154,7 @@ jobs:
154154 needs : doc-deploy-development
155155 steps :
156156 - name : " Deploy the latest documentation index"
157- uses : ansys/actions/doc-deploy-index@v6
157+ uses : ansys/actions/doc-deploy-index@v7
158158 with :
159159 cname : ${{ env.DOCUMENTATION_CNAME }}/version/dev
160160 index-name : " ansys-sphinx-theme-vdev"
@@ -185,7 +185,7 @@ jobs:
185185 echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV
186186
187187 - name : " Deploy the latest documentation index"
188- uses : ansys/actions/doc-deploy-index@v6
188+ uses : ansys/actions/doc-deploy-index@v7
189189 with :
190190 cname : ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }}
191191 index-name : ansys-sphinx-theme-v${{ env.VERSION_MEILI }}
0 commit comments