2828 contents : write
2929 pull-requests : write
3030 steps :
31- - uses : ansys/actions/doc-deploy-changelog@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
31+ - uses : ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
3232 with :
3333 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3434 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
3939 runs-on : ubuntu-latest
4040 needs : changelog-deployment
4141 steps :
42- - uses : ansys/actions/code-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
42+ - uses : ansys/actions/code-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
4343 with :
4444 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4545
4949 needs : changelog-deployment
5050 steps :
5151 - name : " Running documentation style checks"
52- uses : ansys/actions/doc-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
52+ uses : ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
5353 with :
5454 token : ${{ secrets.GITHUB_TOKEN }}
5555
6363 os : [ubuntu-latest, windows-latest]
6464 python-version : ['3.10', '3.11', '3.12']
6565 steps :
66- - uses : ansys/actions/build-wheelhouse@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
66+ - uses : ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
6767 with :
6868 library-name : ${{ env.LIBRARY_NAME }}
6969 operating-system : ${{ matrix.os }}
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ubuntu-latest
187187 needs : [wheelhouse, doc-build, tests]
188188 steps :
189- - uses : ansys/actions/build-library@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
189+ - uses : ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
190190 with :
191191 library-name : ${{ env.LIBRARY_NAME }}
192192 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -217,7 +217,7 @@ jobs:
217217 skip-existing : false
218218
219219 - name : Release to GitHub
220- uses : ansys/actions/release-github@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
220+ uses : ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
221221 with :
222222 library-name : ${{ env.LIBRARY_NAME }}
223223 token : ${{ secrets.GITHUB_TOKEN }}
@@ -227,7 +227,7 @@ jobs:
227227 runs-on : ubuntu-latest
228228 needs : release
229229 steps :
230- - uses : ansys/actions/doc-deploy-stable@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0
230+ - uses : ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
231231 with :
232232 doc-artifact-name : " documentation-html"
233233 cname : ${{ env.DOCUMENTATION_CNAME }}
0 commit comments