Skip to content

Commit db6ffc4

Browse files
build(deps): bump ansys/actions from 9 to 10 in the action-deps group
Bumps the action-deps group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 9 to 10 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v9...v10) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c38a00 commit db6ffc4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci_cd.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
steps:
2626
- name: PyAnsys Vulnerability check (on main)
2727
if: github.ref == 'refs/heads/main'
28-
uses: ansys/actions/check-vulnerabilities@v9
28+
uses: ansys/actions/check-vulnerabilities@v10
2929
with:
3030
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3131
python-package-name: ${{ env.LIBRARY_NAME }}
3232
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3333

3434
- name: PyAnsys Vulnerability check (on dev mode)
3535
if: github.ref != 'refs/heads/main'
36-
uses: ansys/actions/check-vulnerabilities@v9
36+
uses: ansys/actions/check-vulnerabilities@v10
3737
with:
3838
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3939
python-package-name: ${{ env.LIBRARY_NAME }}
@@ -44,7 +44,7 @@ jobs:
4444
name: "Documentation style"
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: ansys/actions/doc-style@v9
47+
- uses: ansys/actions/doc-style@v10
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050

@@ -57,7 +57,7 @@ jobs:
5757
os: [ubuntu-latest, windows-latest]
5858
python-version: ['3.10', '3.11', '3.12', '3.13']
5959
steps:
60-
- uses: ansys/actions/build-wheelhouse@v9
60+
- uses: ansys/actions/build-wheelhouse@v10
6161
with:
6262
library-name: ${{ env.LIBRARY_NAME }}
6363
operating-system: ${{ matrix.os }}
@@ -74,7 +74,7 @@ jobs:
7474
python-version: ['3.10', '3.13']
7575
fail-fast: false
7676
steps:
77-
- uses: ansys/actions/tests-pytest@v9
77+
- uses: ansys/actions/tests-pytest@v10
7878
env:
7979
TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
8080
with:
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
needs: [doc-style]
103103
steps:
104-
- uses: ansys/actions/doc-build@v9
104+
- uses: ansys/actions/doc-build@v10
105105
with:
106106
python-version: ${{ env.MAIN_PYTHON_VERSION }}
107107

@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
needs: [doc-build, tests]
112112
steps:
113-
- uses: ansys/actions/build-library@v9
113+
- uses: ansys/actions/build-library@v10
114114
with:
115115
library-name: ${{ env.LIBRARY_NAME }}
116116
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -121,7 +121,7 @@ jobs:
121121
needs: [build-library]
122122
if: github.event_name == 'push' && !contains(github.ref, 'refs/tags')
123123
steps:
124-
- uses: ansys/actions/doc-deploy-dev@v9
124+
- uses: ansys/actions/doc-deploy-dev@v10
125125
with:
126126
cname: ${{ env.DOCUMENTATION_CNAME }}
127127
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -137,14 +137,14 @@ jobs:
137137
contents: write
138138
steps:
139139
- name: "Release to the public PyPI repository"
140-
uses: ansys/actions/release-pypi-public@v9
140+
uses: ansys/actions/release-pypi-public@v10
141141
with:
142142
library-name: ${{ env.LIBRARY_NAME }}
143143
twine-username: "__token__"
144144
twine-token: ${{ secrets.PYPI_TOKEN }}
145145

146146
- name: "Release to GitHub"
147-
uses: ansys/actions/release-github@v9
147+
uses: ansys/actions/release-github@v10
148148
with:
149149
library-name: ${{ env.LIBRARY_NAME }}
150150
token: ${{ secrets.GITHUB_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155
needs: [release]
156156
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
157157
steps:
158-
- uses: ansys/actions/doc-deploy-stable@v9
158+
- uses: ansys/actions/doc-deploy-stable@v10
159159
with:
160160
cname: ${{ env.DOCUMENTATION_CNAME }}
161161
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172
pull-requests: write
173173
steps:
174174
- name: Automerge PRs
175-
uses: ansys/actions/hk-automerge-prs@v9
175+
uses: ansys/actions/hk-automerge-prs@v10
176176
with:
177177
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
178178
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

0 commit comments

Comments
 (0)