Skip to content

Commit a41e7b1

Browse files
dependabot[bot]pyansys-ci-bot
authored andcommitted
BUILD(actions): bump ansys/actions from 8 to 9 (#6039)
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]>
1 parent fbea48f commit a41e7b1

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.github/workflows/ci_cd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
pull-requests: write
3535
steps:
36-
- uses: ansys/actions/doc-deploy-changelog@v8
36+
- uses: ansys/actions/doc-deploy-changelog@v9
3737
with:
3838
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3939
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- name: Check the title of the pull request
8080
if: github.event_name == 'pull_request'
81-
uses: ansys/actions/check-pr-title@v8
81+
uses: ansys/actions/check-pr-title@v9
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
use-upper-case: true
@@ -93,7 +93,7 @@ jobs:
9393
needs: [pr-title]
9494
steps:
9595
- name: Check documentation style
96-
uses: ansys/actions/doc-style@v8
96+
uses: ansys/actions/doc-style@v9
9797
with:
9898
token: ${{ secrets.GITHUB_TOKEN }}
9999
fail-level: 'warning'
@@ -104,7 +104,7 @@ jobs:
104104
needs: [doc-style]
105105
steps:
106106
- name: Documentation build
107-
uses: ansys/actions/doc-build@v8
107+
uses: ansys/actions/doc-build@v9
108108
with:
109109
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
110110
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- name: Run unit tests
147-
uses: ansys/actions/tests-pytest@v8
147+
uses: ansys/actions/tests-pytest@v9
148148
with:
149149
pytest-postargs: 'tests/unit'
150150
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-latest
172172
steps:
173173
- name: Run integration tests
174-
uses: ansys/actions/tests-pytest@v8
174+
uses: ansys/actions/tests-pytest@v9
175175
with:
176176
pytest-postargs: 'tests/integration'
177177
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -582,7 +582,7 @@ jobs:
582582
id-token: write
583583
steps:
584584
- name: Build library source and wheel artifacts
585-
uses: ansys/actions/build-library@v8
585+
uses: ansys/actions/build-library@v9
586586
with:
587587
library-name: ${{ env.PACKAGE_NAME }}
588588
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -615,7 +615,7 @@ jobs:
615615
skip-existing: false
616616

617617
- name: Release to GitHub
618-
uses: ansys/actions/release-github@v8
618+
uses: ansys/actions/release-github@v9
619619
with:
620620
library-name: ${{ env.PACKAGE_NAME }}
621621
token: ${{ secrets.GITHUB_TOKEN }}
@@ -629,7 +629,7 @@ jobs:
629629
needs: [release]
630630
steps:
631631
- name: Deploy the stable documentation
632-
uses: ansys/actions/doc-deploy-stable@v8
632+
uses: ansys/actions/doc-deploy-stable@v9
633633
with:
634634
cname: ${{ env.DOCUMENTATION_CNAME }}
635635
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
pull-requests: write
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: ansys/actions/doc-changelog@v8
105+
- uses: ansys/actions/doc-changelog@v9
106106
with:
107107
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
108108
use-conventional-commits: true

.github/workflows/nightly-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Documentation build
24-
uses: ansys/actions/doc-build@v8
24+
uses: ansys/actions/doc-build@v9
2525
with:
2626
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
2727
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -35,7 +35,7 @@ jobs:
3535
needs: doc-build
3636
steps:
3737
- name: Upload development documentation
38-
uses: ansys/actions/doc-deploy-dev@v8
38+
uses: ansys/actions/doc-deploy-dev@v9
3939
with:
4040
cname: ${{ env.DOCUMENTATION_CNAME }}
4141
token: ${{ secrets.GITHUB_TOKEN }}

doc/changelog.d/6039.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys/actions from 8 to 9

0 commit comments

Comments
 (0)