Skip to content

Commit

Permalink
ci: bump ansys/actions from 7 to 8 in the actions group
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [ansys/actions](https://github.com/ansys/actions).


Updates `ansys/actions` from 7 to 8
- [Release notes](https://github.com/ansys/actions/releases)
- [Commits](ansys/actions@v7...v8)

---
updated-dependencies:
- dependency-name: ansys/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 8586882 commit 2b8cab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
name: "Code style"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/code-style@v7
- uses: ansys/actions/code-style@v8

doc-style:
name: "Doc style"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/doc-style@v7
- uses: ansys/actions/doc-style@v8
with:
files: "README.md"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -49,7 +49,7 @@ jobs:
fail-fast: false
steps:
- name: "Run tests"
uses: ansys/actions/tests-pytest@v7
uses: ansys/actions/tests-pytest@v8
with:
pytest-extra-args: ${{ matrix.cfg.extra-args }}
env:
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: ansys/actions/build-library@v7
- uses: ansys/actions/build-library@v8
with:
library-name: ${{ env.LIBRARY_NAME }}

Expand All @@ -82,7 +82,7 @@ jobs:
steps:

- name: "Release to the public PyPI repository"
uses: ansys/actions/release-pypi-public@v7
uses: ansys/actions/release-pypi-public@v8
with:
library-name: ${{ env.LIBRARY_NAME }}
use-trusted-publisher: true
Expand Down

0 comments on commit 2b8cab5

Please sign in to comment.