Skip to content

Commit 627a3b1

Browse files
Bump ansys/actions from 8 to 9 (#563)
Bumps [ansys/actions](https://github.com/ansys/actions) from 8 to 9. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v8...v9) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2985f5 commit 627a3b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: "Documentation style"
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: ansys/actions/doc-style@v8
51+
- uses: ansys/actions/doc-style@v9
5252
with:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454

@@ -215,7 +215,7 @@ jobs:
215215
needs: [doc-style, doc-build, code-style, tests, tests_minimal_version]
216216
steps:
217217
- name: "Build library source and wheel artifacts"
218-
uses: ansys/actions/build-library@v8
218+
uses: ansys/actions/build-library@v9
219219
with:
220220
library-name: ${{ env.PACKAGE_NAME }}
221221

@@ -229,7 +229,7 @@ jobs:
229229
python-version: ['3.10', '3.11', '3.12', '3.13']
230230
steps:
231231
- name: "Build a wheelhouse of the Python library"
232-
uses: ansys/actions/build-wheelhouse@v8
232+
uses: ansys/actions/build-wheelhouse@v9
233233
with:
234234
library-name: "ansys-dpf-composites"
235235
operating-system: ${{ matrix.os }}
@@ -241,7 +241,7 @@ jobs:
241241
runs-on: ubuntu-latest
242242
needs: [build-library, build-wheelhouse]
243243
steps:
244-
- uses: ansys/actions/doc-deploy-dev@v8
244+
- uses: ansys/actions/doc-deploy-dev@v9
245245
with:
246246
cname: ${{ env.DOCUMENTATION_CNAME }}
247247
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -257,14 +257,14 @@ jobs:
257257
steps:
258258

259259
- name: "Release to the public PyPI repository"
260-
uses: ansys/actions/release-pypi-public@v8
260+
uses: ansys/actions/release-pypi-public@v9
261261
with:
262262
library-name: ${{ env.PACKAGE_NAME }}
263263
twine-username: "__token__"
264264
twine-token: ${{ secrets.PYPI_TOKEN }}
265265

266266
- name: "Release to GitHub"
267-
uses: ansys/actions/release-github@v8
267+
uses: ansys/actions/release-github@v9
268268
with:
269269
library-name: ${{ env.PACKAGE_NAME }}
270270

@@ -274,7 +274,7 @@ jobs:
274274
needs: [release]
275275
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
276276
steps:
277-
- uses: ansys/actions/doc-deploy-stable@v8
277+
- uses: ansys/actions/doc-deploy-stable@v9
278278
with:
279279
cname: ${{ env.DOCUMENTATION_CNAME }}
280280
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/package_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Delete untagged package versions"
17-
uses: ansys/actions/hk-package-clean-untagged@v8
17+
uses: ansys/actions/hk-package-clean-untagged@v9
1818
with:
1919
package-name: 'pydpf-composites'
2020
allow-last-days: '14'

0 commit comments

Comments
 (0)