30
30
contents : write
31
31
pull-requests : write
32
32
steps :
33
- - uses : ansys/actions/doc-deploy-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
33
+ - uses : ansys/actions/doc-deploy-changelog@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
34
34
with :
35
35
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
36
36
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Check commit name
45
- uses : ansys/actions/check-pr-title@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
45
+ uses : ansys/actions/check-pr-title@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
46
46
with :
47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : PyAnsys documentation style checks
54
- uses : ansys/actions/doc-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
54
+ uses : ansys/actions/doc-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
55
55
with :
56
56
token : ${{ secrets.GITHUB_TOKEN }}
57
57
65
65
python-version : ['3.10', '3.11', '3.12', '3.13']
66
66
steps :
67
67
- name : Build wheelhouse and perform smoke test
68
- uses : ansys/actions/build-wheelhouse@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
68
+ uses : ansys/actions/build-wheelhouse@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
69
69
with :
70
70
library-name : ${{ env.PACKAGE_NAME }}
71
71
operating-system : ${{ matrix.os }}
91
91
run : |
92
92
docker run --detach --name speos-rpc -p 50098:50098 -e SPEOS_LOG_LEVEL=2 -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }} -v "${{ github.workspace }}/tests/assets:/app/assets" --entrypoint /app/SpeosRPC_Server.x ghcr.io/ansys/speos-rpc:dev
93
93
- name : " Run Ansys documentation building action"
94
- uses : ansys/actions/doc-build@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
94
+ uses : ansys/actions/doc-build@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
95
95
with :
96
96
python-version : ${{ env.MAIN_PYTHON_VERSION }}
97
97
check-links : false
@@ -187,7 +187,7 @@ jobs:
187
187
needs : [doc-build, testing]
188
188
steps :
189
189
- name : " Build library source and wheel artifacts"
190
- uses : ansys/actions/build-library@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
190
+ uses : ansys/actions/build-library@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
191
191
with :
192
192
library-name : ${{ env.PACKAGE_NAME }}
193
193
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -199,7 +199,7 @@ jobs:
199
199
needs : [build-library]
200
200
steps :
201
201
- name : " Deploy developers documentation"
202
- uses : ansys/actions/doc-deploy-dev@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
202
+ uses : ansys/actions/doc-deploy-dev@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
203
203
with :
204
204
cname : ${{ env.DOCUMENTATION_CNAME }}
205
205
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -213,7 +213,7 @@ jobs:
213
213
needs : [release]
214
214
steps :
215
215
- name : Deploy the stable documentation
216
- uses : ansys/actions/doc-deploy-stable@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
216
+ uses : ansys/actions/doc-deploy-stable@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
217
217
with :
218
218
cname : ${{ env.DOCUMENTATION_CNAME }}
219
219
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -246,7 +246,7 @@ jobs:
246
246
skip-existing : false
247
247
248
248
- name : Release to GitHub
249
- uses : ansys/actions/release-github@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
249
+ uses : ansys/actions/release-github@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
250
250
with :
251
251
library-name : ${{ env.PACKAGE_NAME }}
252
252
token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments