2828 contents : write
2929 pull-requests : write
3030 steps :
31- - uses : ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
31+ - uses : ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
42+ - uses : ansys/actions/code-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
52+ uses : ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
66+ - uses : ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
6767 with :
6868 library-name : ${{ env.LIBRARY_NAME }}
6969 operating-system : ${{ matrix.os }}
8181 uses : actions/checkout@v5
8282
8383 - name : " Install Python ${{ env.MAIN_PYTHON_VERSION }}"
84- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
84+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
8585 with :
8686 python-version : ${{ env.MAIN_PYTHON_VERSION }}
8787
@@ -112,14 +112,14 @@ jobs:
112112 if (Test-Path $examples_folder){ Dir -Recurse $examples_folder | Get-Childitem} else {Write-Host "WARNING: Expecting an examples folder in $examples_folder. Interactive plots will not work..."}
113113
114114 - name : Upload HTML documentation artifact
115- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116116 with :
117117 name : documentation-html
118118 path : doc/_build/html
119119 retention-days : 7
120120
121121 - name : Upload PDF documentation artifact
122- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
123123 with :
124124 name : documentation-pdf
125125 path : doc/_build/latex/*.pdf
@@ -143,7 +143,7 @@ jobs:
143143 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144144
145145 - name : " Set up uv"
146- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
146+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
147147 with :
148148 python-version : ${{ matrix.python-version }}
149149
@@ -155,7 +155,7 @@ jobs:
155155 ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
156156
157157 - name : Login to GitHub Container Registry
158- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
158+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
159159 if : matrix.tests.needs_fluent
160160 with :
161161 registry : ghcr.io
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ubuntu-latest
187187 needs : [wheelhouse, doc-build, tests]
188188 steps :
189- - uses : ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
189+ - uses : ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
190190 with :
191191 library-name : ${{ env.LIBRARY_NAME }}
192192 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -203,7 +203,7 @@ jobs:
203203 steps :
204204
205205 - name : Download all artifacts
206- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
206+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
207207 with :
208208 name : ${{ env.LIBRARY_NAME }}-artifacts
209209 path : ${{ env.LIBRARY_NAME }}-artifacts
@@ -217,7 +217,7 @@ jobs:
217217 skip-existing : false
218218
219219 - name : Release to GitHub
220- uses : ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
220+ uses : ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
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@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
230+ - uses : ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
231231 with :
232232 doc-artifact-name : " documentation-html"
233233 cname : ${{ env.DOCUMENTATION_CNAME }}
0 commit comments