Skip to content

Commit 45b8df5

Browse files
BUILD(actions): bump ansys/actions from 10.0.4 to 10.0.8 (#6243)
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 2c557ba commit 45b8df5

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
36+
- uses: ansys/actions/doc-deploy-changelog@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
3737
with:
3838
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3939
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -44,7 +44,7 @@ jobs:
4444
name: "Vulnerabilities"
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: ansys/actions/check-vulnerabilities@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
47+
- uses: ansys/actions/check-vulnerabilities@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
4848
with:
4949
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5050
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Check the title of the pull request
9191
if: github.event_name == 'pull_request'
92-
uses: ansys/actions/check-pr-title@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
92+
uses: ansys/actions/check-pr-title@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
9393
with:
9494
token: ${{ secrets.GITHUB_TOKEN }}
9595
use-upper-case: true
@@ -104,7 +104,7 @@ jobs:
104104
needs: [pr-title]
105105
steps:
106106
- name: Check documentation style
107-
uses: ansys/actions/doc-style@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
107+
uses: ansys/actions/doc-style@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
108108
with:
109109
token: ${{ secrets.GITHUB_TOKEN }}
110110
fail-level: 'warning'
@@ -115,7 +115,7 @@ jobs:
115115
needs: [doc-style]
116116
steps:
117117
- name: Documentation build
118-
uses: ansys/actions/doc-build@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
118+
uses: ansys/actions/doc-build@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
119119
with:
120120
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121121
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- name: Build wheelhouse and perform smoke test
141141
id: build-wheelhouse
142-
uses: ansys/actions/build-wheelhouse@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
142+
uses: ansys/actions/build-wheelhouse@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
143143
with:
144144
library-name: ${{ env.PACKAGE_NAME }}
145145
operating-system: ${{ matrix.os }}
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- name: Run unit tests
161-
uses: ansys/actions/tests-pytest@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
161+
uses: ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
162162
with:
163163
pytest-postargs: 'tests/unit'
164164
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
steps:
188188
- name: Run integration tests
189-
uses: ansys/actions/tests-pytest@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
189+
uses: ansys/actions/tests-pytest@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
190190
with:
191191
pytest-postargs: 'tests/integration'
192192
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -798,7 +798,7 @@ jobs:
798798
id-token: write
799799
steps:
800800
- name: Build library source and wheel artifacts
801-
uses: ansys/actions/build-library@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
801+
uses: ansys/actions/build-library@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
802802
with:
803803
library-name: ${{ env.PACKAGE_NAME }}
804804
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -831,7 +831,7 @@ jobs:
831831
skip-existing: false
832832

833833
- name: Release to GitHub
834-
uses: ansys/actions/release-github@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
834+
uses: ansys/actions/release-github@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
835835
with:
836836
library-name: ${{ env.PACKAGE_NAME }}
837837
token: ${{ secrets.GITHUB_TOKEN }}
@@ -845,7 +845,7 @@ jobs:
845845
needs: [release]
846846
steps:
847847
- name: Deploy the stable documentation
848-
uses: ansys/actions/doc-deploy-stable@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
848+
uses: ansys/actions/doc-deploy-stable@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
849849
with:
850850
cname: ${{ env.DOCUMENTATION_CNAME }}
851851
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
pull-requests: write
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: ansys/actions/doc-changelog@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
108+
- uses: ansys/actions/doc-changelog@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
109109
with:
110110
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
111111
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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
24+
uses: ansys/actions/doc-build@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
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@e44fa0982c62e2ff30cf674c1ba608e4eded0a03 # v10.0.4
38+
uses: ansys/actions/doc-deploy-dev@4e01d5cb4927325e0ab2e8b1f60fd5b0b2777bf7 # v10.0.8
3939
with:
4040
cname: ${{ env.DOCUMENTATION_CNAME }}
4141
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys/actions from 10.0.4 to 10.0.8

0 commit comments

Comments
 (0)