From 25a9247b9b0567a2619a4ee8616ed04934c8b1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:09:27 +0000 Subject: [PATCH] build(deps): 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 d7fa7ee7..35593170 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@v9 + uses: ansys/actions/doc-style@v10 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -150,7 +150,7 @@ jobs: .ci/waiting_services.sh - name: "Run Ansys documentation building action" - uses: ansys/actions/doc-build@v9 + uses: ansys/actions/doc-build@v10 env: LIBGL_ALWAYS_SOFTWARE: 1 PYANSYS_VISUALIZER_HTML_BACKEND: true