28
28
contents : write
29
29
pull-requests : write
30
30
steps :
31
- - uses : ansys/actions/doc-deploy-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
31
+ - uses : ansys/actions/doc-deploy-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
32
32
with :
33
33
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
34
34
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
39
39
runs-on : ubuntu-latest
40
40
needs : changelog-deployment
41
41
steps :
42
- - uses : ansys/actions/code-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
42
+ - uses : ansys/actions/code-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
43
43
with :
44
44
python-version : ${{ env.MAIN_PYTHON_VERSION }}
45
45
49
49
needs : changelog-deployment
50
50
steps :
51
51
- name : " Running documentation style checks"
52
- uses : ansys/actions/doc-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
52
+ uses : ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
53
53
with :
54
54
token : ${{ secrets.GITHUB_TOKEN }}
55
55
63
63
os : [ubuntu-latest, windows-latest]
64
64
python-version : ['3.10', '3.11', '3.12']
65
65
steps :
66
- - uses : ansys/actions/build-wheelhouse@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
66
+ - uses : ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
67
67
with :
68
68
library-name : ${{ env.LIBRARY_NAME }}
69
69
operating-system : ${{ matrix.os }}
@@ -155,7 +155,7 @@ jobs:
155
155
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
156
156
157
157
- name : Login to GitHub Container Registry
158
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
158
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
159
159
if : matrix.tests.needs_fluent
160
160
with :
161
161
registry : ghcr.io
@@ -186,7 +186,7 @@ jobs:
186
186
runs-on : ubuntu-latest
187
187
needs : [wheelhouse, doc-build, tests]
188
188
steps :
189
- - uses : ansys/actions/build-library@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
189
+ - uses : ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
190
190
with :
191
191
library-name : ${{ env.LIBRARY_NAME }}
192
192
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -203,7 +203,7 @@ jobs:
203
203
steps :
204
204
205
205
- name : Download all artifacts
206
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
206
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
207
207
with :
208
208
name : ${{ env.LIBRARY_NAME }}-artifacts
209
209
path : ${{ env.LIBRARY_NAME }}-artifacts
@@ -217,7 +217,7 @@ jobs:
217
217
skip-existing : false
218
218
219
219
- name : Release to GitHub
220
- uses : ansys/actions/release-github@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
220
+ uses : ansys/actions/release-github@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
221
221
with :
222
222
library-name : ${{ env.LIBRARY_NAME }}
223
223
token : ${{ secrets.GITHUB_TOKEN }}
@@ -227,7 +227,7 @@ jobs:
227
227
runs-on : ubuntu-latest
228
228
needs : release
229
229
steps :
230
- - uses : ansys/actions/doc-deploy-stable@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
230
+ - uses : ansys/actions/doc-deploy-stable@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
231
231
with :
232
232
doc-artifact-name : " documentation-html"
233
233
cname : ${{ env.DOCUMENTATION_CNAME }}
0 commit comments