From 038bfc770aa9952b641ced0feec8b139963fdfb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 08:08:21 +0000 Subject: [PATCH] maint: bump ansys/actions from 9 to 10 Bumps [ansys/actions](https://github.com/ansys/actions) from 9 to 10. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/actions/compare/v9...v10) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 4683e9c4a..8d2c1f133 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Check documentation style" - uses: ansys/actions/doc-style@v9 + uses: ansys/actions/doc-style@v10 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -48,7 +48,7 @@ jobs: sudo apt-get install graphviz - name: "Build project documentation" - uses: ansys/actions/doc-build@v9 + uses: ansys/actions/doc-build@v10 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} use-python-cache: false