From 20a51be374187bce9e7f2281e492b8335f6d8735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:14:03 +0000 Subject: [PATCH 1/2] ci: bump ansys/actions/doc-build from 10.3.4 to 10.3.5 Bumps [ansys/actions/doc-build](https://github.com/ansys/actions) from 10.3.4 to 10.3.5. - [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/7419880d64bb0bba83f968ca803611df0b76faf0...84b6533ae76f5dde69a1df26c18682160a8121cf) --- updated-dependencies: - dependency-name: ansys/actions/doc-build dependency-version: 10.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-main.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index ab7deeb..5969ce4 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Ansys documentation building action - uses: ansys/actions/doc-build@7419880d64bb0bba83f968ca803611df0b76faf0 # v10.3.4 + uses: ansys/actions/doc-build@84b6533ae76f5dde69a1df26c18682160a8121cf # v10.3.5 with: group-dependencies-name: "doc" check-links: false diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index dfe442f..4f04fef 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -167,7 +167,7 @@ jobs: needs: doc-style steps: - name: Run Ansys documentation building action - uses: ansys/actions/doc-build@7419880d64bb0bba83f968ca803611df0b76faf0 # v10.3.4 + uses: ansys/actions/doc-build@84b6533ae76f5dde69a1df26c18682160a8121cf # v10.3.5 with: group-dependencies-name: "doc" check-links: false diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 5c2a777..a6e9eeb 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -95,7 +95,7 @@ jobs: needs: doc-style steps: - name: Run Ansys documentation building action - uses: ansys/actions/doc-build@7419880d64bb0bba83f968ca803611df0b76faf0 # v10.3.4 + uses: ansys/actions/doc-build@84b6533ae76f5dde69a1df26c18682160a8121cf # v10.3.5 with: group-dependencies-name: "doc" check-links: false From 9c6f41c40e2e7d1ba9539af98aa2abdbadef973c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:14:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 122.maintenance.md [dependabot-skip] --- doc/changelog.d/122.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/122.maintenance.md diff --git a/doc/changelog.d/122.maintenance.md b/doc/changelog.d/122.maintenance.md new file mode 100644 index 0000000..c4266f3 --- /dev/null +++ b/doc/changelog.d/122.maintenance.md @@ -0,0 +1 @@ +Bump ansys/actions/doc-build from 10.3.4 to 10.3.5