33
33
contents : write
34
34
pull-requests : write
35
35
steps :
36
- - uses : ansys/actions/doc-deploy-changelog@v8
36
+ - uses : ansys/actions/doc-deploy-changelog@v9
37
37
with :
38
38
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
39
39
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
78
78
steps :
79
79
- name : Check the title of the pull request
80
80
if : github.event_name == 'pull_request'
81
- uses : ansys/actions/check-pr-title@v8
81
+ uses : ansys/actions/check-pr-title@v9
82
82
with :
83
83
token : ${{ secrets.GITHUB_TOKEN }}
84
84
use-upper-case : true
93
93
needs : [pr-title]
94
94
steps :
95
95
- name : Check documentation style
96
- uses : ansys/actions/doc-style@v8
96
+ uses : ansys/actions/doc-style@v9
97
97
with :
98
98
token : ${{ secrets.GITHUB_TOKEN }}
99
99
fail-level : ' warning'
@@ -104,7 +104,7 @@ jobs:
104
104
needs : [doc-style]
105
105
steps :
106
106
- name : Documentation build
107
- uses : ansys/actions/doc-build@v8
107
+ uses : ansys/actions/doc-build@v9
108
108
with :
109
109
dependencies : " graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
110
110
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
steps :
146
146
- name : Run unit tests
147
- uses : ansys/actions/tests-pytest@v8
147
+ uses : ansys/actions/tests-pytest@v9
148
148
with :
149
149
pytest-postargs : ' tests/unit'
150
150
pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -171,7 +171,7 @@ jobs:
171
171
runs-on : ubuntu-latest
172
172
steps :
173
173
- name : Run integration tests
174
- uses : ansys/actions/tests-pytest@v8
174
+ uses : ansys/actions/tests-pytest@v9
175
175
with :
176
176
pytest-postargs : ' tests/integration'
177
177
pytest-extra-args : ${{ env.PYTEST_ARGUMENTS }}
@@ -582,7 +582,7 @@ jobs:
582
582
id-token : write
583
583
steps :
584
584
- name : Build library source and wheel artifacts
585
- uses : ansys/actions/build-library@v8
585
+ uses : ansys/actions/build-library@v9
586
586
with :
587
587
library-name : ${{ env.PACKAGE_NAME }}
588
588
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -615,7 +615,7 @@ jobs:
615
615
skip-existing : false
616
616
617
617
- name : Release to GitHub
618
- uses : ansys/actions/release-github@v8
618
+ uses : ansys/actions/release-github@v9
619
619
with :
620
620
library-name : ${{ env.PACKAGE_NAME }}
621
621
token : ${{ secrets.GITHUB_TOKEN }}
@@ -629,7 +629,7 @@ jobs:
629
629
needs : [release]
630
630
steps :
631
631
- name : Deploy the stable documentation
632
- uses : ansys/actions/doc-deploy-stable@v8
632
+ uses : ansys/actions/doc-deploy-stable@v9
633
633
with :
634
634
cname : ${{ env.DOCUMENTATION_CNAME }}
635
635
token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments