42
42
contents : write
43
43
pull-requests : write
44
44
steps :
45
- - uses : ansys/actions/doc-deploy-changelog@v9
45
+ - uses : ansys/actions/doc-deploy-changelog@v10
46
46
with :
47
47
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
48
48
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : PyAnsys code style checks
56
- uses : ansys/actions/code-style@v9
56
+ uses : ansys/actions/code-style@v10
57
57
with :
58
58
python-version : ${{ env.MAIN_PYTHON_VERSION }}
59
59
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : " PyAnsys documentation style checks"
66
- uses : ansys/actions/doc-style@v9
66
+ uses : ansys/actions/doc-style@v10
67
67
with :
68
68
token : ${{ secrets.GITHUB_TOKEN }}
69
69
87
87
os : windows-latest
88
88
steps :
89
89
- name : " Build wheelhouse and perform smoke test"
90
- uses : ansys/actions/build-wheelhouse@v9
90
+ uses : ansys/actions/build-wheelhouse@v10
91
91
with :
92
92
library-name : ${{ env.PACKAGE_NAME }}
93
93
operating-system : ${{ matrix.os }}
@@ -100,7 +100,7 @@ jobs:
100
100
runs-on : ubuntu-latest
101
101
steps :
102
102
- name : " Check library vulnerabilities with development mode"
103
- uses : ansys/actions/check-vulnerabilities@v9
103
+ uses : ansys/actions/check-vulnerabilities@v10
104
104
with :
105
105
python-version : ${{ env.MAIN_PYTHON_VERSION }}
106
106
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -114,7 +114,7 @@ jobs:
114
114
runs-on : ubuntu-latest
115
115
steps :
116
116
- name : " Check library vulnerabilities with default mode"
117
- uses : ansys/actions/check-vulnerabilities@v9
117
+ uses : ansys/actions/check-vulnerabilities@v10
118
118
with :
119
119
python-version : ${{ env.MAIN_PYTHON_VERSION }}
120
120
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -356,7 +356,7 @@ jobs:
356
356
.ci/waiting_services.sh
357
357
358
358
- name : " Run Ansys documentation building action"
359
- uses : ansys/actions/doc-build@v9
359
+ uses : ansys/actions/doc-build@v10
360
360
with :
361
361
python-version : ${{ env.MAIN_PYTHON_VERSION }}
362
362
skip-install : true
@@ -408,7 +408,7 @@ jobs:
408
408
runs-on : ubuntu-latest
409
409
steps :
410
410
- name : " Build library source and wheel artifacts"
411
- uses : ansys/actions/build-library@v9
411
+ uses : ansys/actions/build-library@v10
412
412
with :
413
413
library-name : ${{ env.PACKAGE_NAME }}
414
414
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -422,7 +422,7 @@ jobs:
422
422
needs : [check-vulnerabilities-main, package]
423
423
steps :
424
424
- name : " Deploy the latest documentation"
425
- uses : ansys/actions/doc-deploy-dev@v9
425
+ uses : ansys/actions/doc-deploy-dev@v10
426
426
with :
427
427
cname : ${{ env.DOCUMENTATION_CNAME }}
428
428
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -458,7 +458,7 @@ jobs:
458
458
skip-existing : false
459
459
460
460
- name : " Release to GitHub"
461
- uses : ansys/actions/release-github@2cf9a9c43235a000d613c2b13e64c954232a4553 # v9.0.9
461
+ uses : ansys/actions/release-github@v10
462
462
with :
463
463
library-name : ${{ env.PACKAGE_NAME }}
464
464
token : ${{ secrets.GITHUB_TOKEN }}
@@ -474,7 +474,7 @@ jobs:
474
474
needs : [release]
475
475
steps :
476
476
- name : " Deploy the stable documentation"
477
- uses : ansys/actions/doc-deploy-stable@v9
477
+ uses : ansys/actions/doc-deploy-stable@v10
478
478
with :
479
479
cname : ${{ env.DOCUMENTATION_CNAME }}
480
480
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments