Skip to content

Commit 5ed865c

Browse files
MAINT: Bump ansys/actions from 8 to 9 (#251)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2b9320 commit 5ed865c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

+2-2
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@v8
31+
uses: ansys/actions/code-style@v9
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@v8
41+
uses: ansys/actions/doc-style@v9
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

0 commit comments

Comments
 (0)