Skip to content

Commit 83f3b95

Browse files
ci: bump ansys/actions from 9.0.3 to 9.0.6 in the actions group (#1928)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent f3669e4 commit 83f3b95

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

.github/workflows/ci_cd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
pull-requests: write
3737
steps:
38-
- uses: ansys/actions/doc-deploy-changelog@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
38+
- uses: ansys/actions/doc-deploy-changelog@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
3939
with:
4040
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4141
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -45,7 +45,7 @@ jobs:
4545
name: Vulnerabilities
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: ansys/actions/check-vulnerabilities@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
48+
- uses: ansys/actions/check-vulnerabilities@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
4949
with:
5050
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5151
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Check commit name
61-
uses: ansys/actions/check-pr-title@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
61+
uses: ansys/actions/check-pr-title@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: PyAnsys documentation style checks
70-
uses: ansys/actions/doc-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
70+
uses: ansys/actions/doc-style@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373

@@ -86,7 +86,7 @@ jobs:
8686
os: macos-latest
8787
steps:
8888
- name: Build wheelhouse and perform smoke test
89-
uses: ansys/actions/build-wheelhouse@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
89+
uses: ansys/actions/build-wheelhouse@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
9090
with:
9191
library-name: ${{ env.PACKAGE_NAME }}
9292
operating-system: ${{ matrix.os }}
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: PyAnsys documentation style checks
101-
uses: ansys/actions/docker-style@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
101+
uses: ansys/actions/docker-style@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
102102
with:
103103
directory: docker
104104
recursive: true
@@ -342,7 +342,7 @@ jobs:
342342
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 }}
343343
344344
- name: Run Ansys documentation building action
345-
uses: ansys/actions/doc-build@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
345+
uses: ansys/actions/doc-build@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
346346
with:
347347
python-version: ${{ env.MAIN_PYTHON_VERSION }}
348348
add-pdf-html-docs-as-assets: true
@@ -435,7 +435,7 @@ jobs:
435435

436436
- name: Run pytest
437437
if: env.SKIP_UNSTABLE == 'false'
438-
uses: ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
438+
uses: ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
439439
env:
440440
ALLOW_PLOTTING: true
441441
with:
@@ -585,7 +585,7 @@ jobs:
585585
id-token: write
586586
steps:
587587
- name: Build library source and wheel artifacts
588-
uses: ansys/actions/build-library@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
588+
uses: ansys/actions/build-library@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
589589
with:
590590
library-name: ${{ env.PACKAGE_NAME }}
591591
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -814,7 +814,7 @@ jobs:
814814
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
815815

816816
- name: Run pytest
817-
uses: ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
817+
uses: ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
818818
env:
819819
ALLOW_PLOTTING: true
820820
with:
@@ -855,7 +855,7 @@ jobs:
855855
contents: write
856856
steps:
857857
- name: Release to GitHub
858-
uses: ansys/actions/release-github@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
858+
uses: ansys/actions/release-github@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
859859
with:
860860
token: ${{ secrets.GITHUB_TOKEN }}
861861
library-name: ${{ env.PACKAGE_NAME }}
@@ -895,7 +895,7 @@ jobs:
895895
needs: [package]
896896
steps:
897897
- name: Deploy the latest documentation
898-
uses: ansys/actions/doc-deploy-dev@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
898+
uses: ansys/actions/doc-deploy-dev@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
899899
with:
900900
cname: ${{ env.DOCUMENTATION_CNAME }}
901901
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -909,7 +909,7 @@ jobs:
909909
needs: [release, release-pypi]
910910
steps:
911911
- name: Deploy the stable documentation
912-
uses: ansys/actions/doc-deploy-stable@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
912+
uses: ansys/actions/doc-deploy-stable@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
913913
with:
914914
cname: ${{ env.DOCUMENTATION_CNAME }}
915915
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -926,7 +926,7 @@ jobs:
926926
pull-requests: write
927927
steps:
928928
- name: Automerge PRs
929-
uses: ansys/actions/hk-automerge-prs@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
929+
uses: ansys/actions/hk-automerge-prs@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
930930
with:
931931
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
932932
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.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@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
25+
uses: ansys/actions/hk-package-clean-except@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
pull-requests: write
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: ansys/actions/doc-changelog@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
103+
- uses: ansys/actions/doc-changelog@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
104104
with:
105105
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
106106
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
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_CORE_TAG }}
216216
217217
- name: Run pytest
218-
uses: ansys/actions/tests-pytest@b753a73e0ac5d5b3f69811e860ca546a7488f98f # v9.0.3
218+
uses: ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
219219
env:
220220
ALLOW_PLOTTING: true
221221
with:

doc/changelog.d/1928.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys/actions from 9.0.3 to 9.0.6 in the actions group

0 commit comments

Comments
 (0)