From 2ea38c9ba5fbf9429df8f4a1843619cd9f2a944a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:05:28 +0000 Subject: [PATCH] Bump ansys/actions from 10.1.0 to 10.1.2 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.1.0 to 10.1.2. - [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/ed773aba3478d311decff2d4313e0cd19a945dd8...9de5aa715cf3c98a237b08e1a308c08599223c42) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5e61d8f0..9fd80ac7 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -26,14 +26,14 @@ jobs: runs-on: ubuntu-latest steps: - name: "Run PyAnsys code style checks" - uses: ansys/actions/code-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/code-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 doc-style: name: "Running documentation style checks" runs-on: ubuntu-latest steps: - name: "Running documentation style checks" - uses: ansys/actions/doc-style@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -48,7 +48,7 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - name: Build wheelhouse and perform smoke test - uses: ansys/actions/build-wheelhouse@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -174,7 +174,7 @@ jobs: needs: doc-style steps: - name: "Run Ansys documentation building action" - uses: ansys/actions/doc-build@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/doc-build@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} group-dependencies-name: "doc" @@ -213,7 +213,7 @@ jobs: needs: build steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/doc-deploy-dev@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -252,7 +252,7 @@ jobs: needs: release steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@ed773aba3478d311decff2d4313e0cd19a945dd8 # v10.1.0 + uses: ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}