Skip to content

Commit e7cc84e

Browse files
BUILD(actions): bump ansys/actions from 9.0.12 to 9.0.13 (#6217)
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 6874825 commit e7cc84e

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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
36+
- uses: ansys/actions/doc-deploy-changelog@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
47+
- uses: ansys/actions/check-vulnerabilities@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
92+
uses: ansys/actions/check-pr-title@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
107+
uses: ansys/actions/doc-style@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
118+
uses: ansys/actions/doc-build@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
119119
with:
120120
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
121121
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -138,7 +138,7 @@ jobs:
138138
python-version: ['3.10', '3.11', '3.12', '3.13']
139139
steps:
140140
- name: Build wheelhouse and perform smoke test
141-
uses: ansys/actions/build-wheelhouse@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
141+
uses: ansys/actions/build-wheelhouse@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
142142
with:
143143
library-name: ${{ env.PACKAGE_NAME }}
144144
operating-system: ${{ matrix.os }}
@@ -156,7 +156,7 @@ jobs:
156156
runs-on: ubuntu-latest
157157
steps:
158158
- name: Run unit tests
159-
uses: ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
159+
uses: ansys/actions/tests-pytest@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
160160
with:
161161
pytest-postargs: 'tests/unit'
162162
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
steps:
185185
- name: Run integration tests
186-
uses: ansys/actions/tests-pytest@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
186+
uses: ansys/actions/tests-pytest@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
187187
with:
188188
pytest-postargs: 'tests/integration'
189189
pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }}
@@ -726,7 +726,7 @@ jobs:
726726
id-token: write
727727
steps:
728728
- name: Build library source and wheel artifacts
729-
uses: ansys/actions/build-library@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
729+
uses: ansys/actions/build-library@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
730730
with:
731731
library-name: ${{ env.PACKAGE_NAME }}
732732
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -759,7 +759,7 @@ jobs:
759759
skip-existing: false
760760

761761
- name: Release to GitHub
762-
uses: ansys/actions/release-github@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
762+
uses: ansys/actions/release-github@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
763763
with:
764764
library-name: ${{ env.PACKAGE_NAME }}
765765
token: ${{ secrets.GITHUB_TOKEN }}
@@ -773,7 +773,7 @@ jobs:
773773
needs: [release]
774774
steps:
775775
- name: Deploy the stable documentation
776-
uses: ansys/actions/doc-deploy-stable@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
776+
uses: ansys/actions/doc-deploy-stable@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
777777
with:
778778
cname: ${{ env.DOCUMENTATION_CNAME }}
779779
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
105+
- uses: ansys/actions/doc-changelog@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
24+
uses: ansys/actions/doc-build@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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@5dc39c7838f50142138f7ac518ff3e4dca065d97 # v9.0.12
38+
uses: ansys/actions/doc-deploy-dev@495ca3d79c1627f5b96c469cfbe799718e9dc35f # v9.0.13
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 9.0.12 to 9.0.13

0 commit comments

Comments
 (0)