39
39
contents : write
40
40
pull-requests : write
41
41
steps :
42
- - uses : ansys/actions/doc-deploy-changelog@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
42
+ - uses : ansys/actions/doc-deploy-changelog@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
43
43
with :
44
44
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
45
45
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
49
49
name : Vulnerabilities
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : ansys/actions/check-vulnerabilities@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
52
+ - uses : ansys/actions/check-vulnerabilities@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
53
53
with :
54
54
python-version : ${{ env.MAIN_PYTHON_VERSION }}
55
55
python-package-name : ${{ env.PACKAGE_NAME }}
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Check commit name
65
- uses : ansys/actions/check-pr-title@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
65
+ uses : ansys/actions/check-pr-title@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
66
66
with :
67
67
token : ${{ secrets.GITHUB_TOKEN }}
68
68
71
71
runs-on : ubuntu-latest
72
72
steps :
73
73
- name : PyAnsys documentation style checks
74
- uses : ansys/actions/doc-style@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
74
+ uses : ansys/actions/doc-style@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
75
75
with :
76
76
token : ${{ secrets.GITHUB_TOKEN }}
77
77
90
90
os : macos-latest
91
91
steps :
92
92
- name : Build wheelhouse and perform smoke test
93
- uses : ansys/actions/build-wheelhouse@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
93
+ uses : ansys/actions/build-wheelhouse@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
94
94
with :
95
95
library-name : ${{ env.PACKAGE_NAME }}
96
96
operating-system : ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ubuntu-latest
103
103
steps :
104
104
- name : PyAnsys documentation style checks
105
- uses : ansys/actions/docker-style@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
105
+ uses : ansys/actions/docker-style@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
106
106
with :
107
107
directory : docker
108
108
recursive : true
@@ -341,7 +341,7 @@ jobs:
341
341
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }}
342
342
343
343
- name : Run Ansys documentation building action
344
- uses : ansys/actions/doc-build@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
344
+ uses : ansys/actions/doc-build@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
345
345
with :
346
346
python-version : ${{ env.MAIN_PYTHON_VERSION }}
347
347
add-pdf-html-docs-as-assets : true
@@ -432,7 +432,7 @@ jobs:
432
432
433
433
- name : Run pytest
434
434
if : env.SKIP_UNSTABLE == 'false'
435
- uses : ansys/actions/tests-pytest@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
435
+ uses : ansys/actions/tests-pytest@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
436
436
env :
437
437
ALLOW_PLOTTING : true
438
438
with :
@@ -580,7 +580,7 @@ jobs:
580
580
id-token : write
581
581
steps :
582
582
- name : Build library source and wheel artifacts
583
- uses : ansys/actions/build-library@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
583
+ uses : ansys/actions/build-library@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
584
584
with :
585
585
library-name : ${{ env.PACKAGE_NAME }}
586
586
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -810,7 +810,7 @@ jobs:
810
810
restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
811
811
812
812
- name : Run pytest
813
- uses : ansys/actions/tests-pytest@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
813
+ uses : ansys/actions/tests-pytest@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
814
814
env :
815
815
ALLOW_PLOTTING : true
816
816
with :
@@ -851,7 +851,7 @@ jobs:
851
851
contents : write
852
852
steps :
853
853
- name : Release to GitHub
854
- uses : ansys/actions/release-github@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
854
+ uses : ansys/actions/release-github@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
855
855
with :
856
856
token : ${{ secrets.GITHUB_TOKEN }}
857
857
library-name : ${{ env.PACKAGE_NAME }}
@@ -891,7 +891,7 @@ jobs:
891
891
needs : [package]
892
892
steps :
893
893
- name : Deploy the latest documentation
894
- uses : ansys/actions/doc-deploy-dev@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
894
+ uses : ansys/actions/doc-deploy-dev@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
895
895
with :
896
896
cname : ${{ env.DOCUMENTATION_CNAME }}
897
897
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -905,7 +905,7 @@ jobs:
905
905
needs : [release, release-pypi]
906
906
steps :
907
907
- name : Deploy the stable documentation
908
- uses : ansys/actions/doc-deploy-stable@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
908
+ uses : ansys/actions/doc-deploy-stable@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
909
909
with :
910
910
cname : ${{ env.DOCUMENTATION_CNAME }}
911
911
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -922,7 +922,7 @@ jobs:
922
922
pull-requests : write
923
923
steps :
924
924
- name : Automerge PRs
925
- uses : ansys/actions/hk-automerge-prs@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9 .0.13
925
+ uses : ansys/actions/hk-automerge-prs@c577a177cb0754b8dceb5e4f3a9d6c6647833f8e # v10 .0.1
926
926
with :
927
927
approver : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
928
928
approver-token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
0 commit comments