Skip to content

Commit f182b96

Browse files
MAINT: Bump ansys/actions from 6 to 7 (#219)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce26a7a commit f182b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: PyAnsys code style checks
31-
uses: ansys/actions/code-style@v6
31+
uses: ansys/actions/code-style@v7
3232
with:
3333
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3434
use-python-cache: false
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: PyAnsys documentation style checks
41-
uses: ansys/actions/doc-style@v6
41+
uses: ansys/actions/doc-style@v7
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

0 commit comments

Comments
 (0)