3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : PyAnsys documentation style checks
39- uses : ansys/actions/doc-style@v4
39+ uses : ansys/actions/doc-style@v5
4040 with :
4141 token : ${{ secrets.GITHUB_TOKEN }}
4242
5555 os : macos-latest
5656 steps :
5757 - name : Build wheelhouse and perform smoke test
58- uses : ansys/actions/build-wheelhouse@v4
58+ uses : ansys/actions/build-wheelhouse@v5
5959 with :
6060 library-name : ${{ env.PACKAGE_NAME }}
6161 operating-system : ${{ matrix.os }}
@@ -341,7 +341,7 @@ jobs:
341341
342342 - name : Run pytest
343343 if : env.SKIP_UNSTABLE == 'false'
344- uses : ansys/actions/tests-pytest@v4
344+ uses : ansys/actions/tests-pytest@v5
345345 env :
346346 ALLOW_PLOTTING : true
347347 with :
@@ -380,7 +380,7 @@ jobs:
380380 runs-on : ubuntu-latest
381381 steps :
382382 - name : Build library source and wheel artifacts
383- uses : ansys/actions/build-library@v4
383+ uses : ansys/actions/build-library@v5
384384 with :
385385 library-name : ${{ env.PACKAGE_NAME }}
386386 python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -571,7 +571,7 @@ jobs:
571571 restore-keys : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
572572
573573 - name : Run pytest
574- uses : ansys/actions/tests-pytest@v4
574+ uses : ansys/actions/tests-pytest@v5
575575 env :
576576 ALLOW_PLOTTING : true
577577 with :
@@ -607,14 +607,14 @@ jobs:
607607 runs-on : ubuntu-latest
608608 steps :
609609 - name : Release to the public PyPI repository
610- uses : ansys/actions/release-pypi-public@v4
610+ uses : ansys/actions/release-pypi-public@v5
611611 with :
612612 library-name : ${{ env.PACKAGE_NAME }}
613613 twine-username : " __token__"
614614 twine-token : ${{ secrets.PYPI_TOKEN }}
615615
616616 - name : Release to GitHub
617- uses : ansys/actions/release-github@v4
617+ uses : ansys/actions/release-github@v5
618618 with :
619619 library-name : ${{ env.PACKAGE_NAME }}
620620 additional-artifacts : windows-dockerfile.zip linux-dockerfile.zip
@@ -626,7 +626,7 @@ jobs:
626626 needs : [package]
627627 steps :
628628 - name : Deploy the latest documentation
629- uses : ansys/actions/doc-deploy-dev@v4
629+ uses : ansys/actions/doc-deploy-dev@v5
630630 with :
631631 cname : ${{ env.DOCUMENTATION_CNAME }}
632632 token : ${{ secrets.GITHUB_TOKEN }}
@@ -638,7 +638,7 @@ jobs:
638638 needs : upload_dev_docs
639639 steps :
640640 - name : " Deploy the latest documentation index"
641- uses : ansys/actions/doc-deploy-index@v4
641+ uses : ansys/actions/doc-deploy-index@v5
642642 with :
643643 cname : ${{ env.DOCUMENTATION_CNAME }}/version/dev
644644 index-name : pyansys-geometry-vdev
@@ -653,7 +653,7 @@ jobs:
653653 needs : [release]
654654 steps :
655655 - name : Deploy the stable documentation
656- uses : ansys/actions/doc-deploy-stable@v4
656+ uses : ansys/actions/doc-deploy-stable@v5
657657 with :
658658 cname : ${{ env.DOCUMENTATION_CNAME }}
659659 token : ${{ secrets.GITHUB_TOKEN }}
@@ -679,7 +679,7 @@ jobs:
679679 echo "VERSION_MEILI=$VERSION_MEILI" >> $GITHUB_ENV
680680
681681 - name : " Deploy the latest documentation index"
682- uses : ansys/actions/doc-deploy-index@v4
682+ uses : ansys/actions/doc-deploy-index@v5
683683 with :
684684 cname : ${{ env.DOCUMENTATION_CNAME }}/version/${{ env.VERSION }}
685685 index-name : pyansys-geometry-v${{ env.VERSION_MEILI }}
0 commit comments