From 87102d4c2378e1bb8ac0a7f620445f37d1cd6428 Mon Sep 17 00:00:00 2001 From: Ravindra Chopade Date: Thu, 17 Oct 2024 18:16:59 +0530 Subject: [PATCH] bumped doc-style version --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index fbb7217335..4cf57e7b36 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v7 + uses: ansys/actions/doc-style@v8 with: token: ${{ secrets.GITHUB_TOKEN }}