Skip to content

Commit e37f6e3

Browse files
dependabot[bot]pyansys-ci-botRobPasMue
authored
ci: bump ansys/actions from 9.0.20 to 9.0.21 in the actions group (#1983)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 116a76f commit e37f6e3

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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
38+
- uses: ansys/actions/doc-deploy-changelog@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
48+
- uses: ansys/actions/check-vulnerabilities@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
61+
uses: ansys/actions/check-pr-title@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
70+
uses: ansys/actions/doc-style@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
89+
uses: ansys/actions/build-wheelhouse@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
101+
uses: ansys/actions/docker-style@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
102102
with:
103103
directory: docker
104104
recursive: true
@@ -337,7 +337,7 @@ jobs:
337337
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 }}
338338
339339
- name: Run Ansys documentation building action
340-
uses: ansys/actions/doc-build@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
340+
uses: ansys/actions/doc-build@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
341341
with:
342342
python-version: ${{ env.MAIN_PYTHON_VERSION }}
343343
add-pdf-html-docs-as-assets: true
@@ -428,7 +428,7 @@ jobs:
428428

429429
- name: Run pytest
430430
if: env.SKIP_UNSTABLE == 'false'
431-
uses: ansys/actions/tests-pytest@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
431+
uses: ansys/actions/tests-pytest@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
432432
env:
433433
ALLOW_PLOTTING: true
434434
with:
@@ -576,7 +576,7 @@ jobs:
576576
id-token: write
577577
steps:
578578
- name: Build library source and wheel artifacts
579-
uses: ansys/actions/build-library@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
579+
uses: ansys/actions/build-library@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
580580
with:
581581
library-name: ${{ env.PACKAGE_NAME }}
582582
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -806,7 +806,7 @@ jobs:
806806
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
807807

808808
- name: Run pytest
809-
uses: ansys/actions/tests-pytest@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
809+
uses: ansys/actions/tests-pytest@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
810810
env:
811811
ALLOW_PLOTTING: true
812812
with:
@@ -847,7 +847,7 @@ jobs:
847847
contents: write
848848
steps:
849849
- name: Release to GitHub
850-
uses: ansys/actions/release-github@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
850+
uses: ansys/actions/release-github@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
851851
with:
852852
token: ${{ secrets.GITHUB_TOKEN }}
853853
library-name: ${{ env.PACKAGE_NAME }}
@@ -887,7 +887,7 @@ jobs:
887887
needs: [package]
888888
steps:
889889
- name: Deploy the latest documentation
890-
uses: ansys/actions/doc-deploy-dev@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
890+
uses: ansys/actions/doc-deploy-dev@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
891891
with:
892892
cname: ${{ env.DOCUMENTATION_CNAME }}
893893
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -901,7 +901,7 @@ jobs:
901901
needs: [release, release-pypi]
902902
steps:
903903
- name: Deploy the stable documentation
904-
uses: ansys/actions/doc-deploy-stable@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
904+
uses: ansys/actions/doc-deploy-stable@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
905905
with:
906906
cname: ${{ env.DOCUMENTATION_CNAME }}
907907
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -918,7 +918,7 @@ jobs:
918918
pull-requests: write
919919
steps:
920920
- name: Automerge PRs
921-
uses: ansys/actions/hk-automerge-prs@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
921+
uses: ansys/actions/hk-automerge-prs@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
922922
with:
923923
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
924924
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
25+
uses: ansys/actions/hk-package-clean-except@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
103+
- uses: ansys/actions/doc-changelog@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
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
@@ -216,7 +216,7 @@ jobs:
216216
uses: pyvista/setup-headless-display-action@f744438e29e50189f40f1749859bac7d0f69b5fa # v4.1
217217

218218
- name: Run pytest
219-
uses: ansys/actions/tests-pytest@3a6274915aad37234f2028624f7bb25a98a9258b # v9.0.20
219+
uses: ansys/actions/tests-pytest@416eb492dd3c51946c287850a0b22b7535c02365 # v9.0.21
220220
env:
221221
ALLOW_PLOTTING: true
222222
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys/actions from 9.0.20 to 9.0.21 in the actions group

0 commit comments

Comments
 (0)