Skip to content

Commit 6ff6845

Browse files
dependabot[bot]RobPasMue
authored andcommitted
MAINT: Bump the actions group with 1 update (#892)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5580fb7 commit 6ff6845

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

@@ -55,7 +55,7 @@ jobs:
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 }}

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@v4
25+
uses: ansys/actions/hk-package-clean-except@v5
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
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_LINUX_TAG }}
124124
125125
- name: Run pytest
126-
uses: ansys/actions/tests-pytest@v4
126+
uses: ansys/actions/tests-pytest@v5
127127
env:
128128
ALLOW_PLOTTING: true
129129
with:

0 commit comments

Comments
 (0)