File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ jobs:
59
59
steps :
60
60
- name : PyAnsys Vulnerability check (on main)
61
61
if : github.ref == 'refs/heads/master'
62
- uses : ansys/actions/check-vulnerabilities@v8
62
+ uses : ansys/actions/check-vulnerabilities@v9
63
63
with :
64
64
python-version : ${{ env.MAIN_PYTHON_VERSION }}
65
65
python-package-name : ${{ env.PACKAGE_NAME }}
66
66
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
67
67
68
68
- name : PyAnsys Vulnerability check (on dev mode)
69
69
if : github.ref != 'refs/heads/master'
70
- uses : ansys/actions/check-vulnerabilities@v8
70
+ uses : ansys/actions/check-vulnerabilities@v9
71
71
with :
72
72
python-version : ${{ env.MAIN_PYTHON_VERSION }}
73
73
python-package-name : ${{ env.PACKAGE_NAME }}
@@ -230,7 +230,7 @@ jobs:
230
230
needs : [docs]
231
231
steps :
232
232
- name : " Upload development documentation"
233
- uses : ansys/actions/doc-deploy-dev@v8
233
+ uses : ansys/actions/doc-deploy-dev@v9
234
234
with :
235
235
cname : ${{ env.DOCUMENTATION_CNAME }}
236
236
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
Original file line number Diff line number Diff line change 63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : " Running documentation style checks"
66
- uses : ansys/actions/doc-style@v8
66
+ uses : ansys/actions/doc-style@v9
67
67
with :
68
68
token : ${{ secrets.GITHUB_TOKEN }}
69
69
Original file line number Diff line number Diff line change 84
84
path : HTML-doc-ansys-dpf-post.zip
85
85
86
86
- name : " Deploy the stable documentation"
87
- uses : ansys/actions/doc-deploy-stable@v8
87
+ uses : ansys/actions/doc-deploy-stable@v9
88
88
with :
89
89
cname : ${{ env.DOCUMENTATION_CNAME }}
90
90
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments