From 1db94fdee157ff26c7a9724c4e8ed77883100062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:34:11 +0000 Subject: [PATCH] Bump ansys/actions from 10.3.0 to 10.3.1 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.3.0 to 10.3.1. - [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/v10.3.0...v10.3.1) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 14 +++++++------- .github/workflows/package_cleanup.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 17a5c60684..77f7c7787e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -82,7 +82,7 @@ jobs: name: "Documentation style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-style@v10.3.0 + - uses: ansys/actions/doc-style@v10.3.1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -100,7 +100,7 @@ jobs: os: macos-latest steps: - name: "Build wheelhouse and perform smoke test" - uses: ansys/actions/build-wheelhouse@v10.3.0 + uses: ansys/actions/build-wheelhouse@v10.3.1 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -110,7 +110,7 @@ jobs: name: "Check library vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@v10.3.0 + - uses: ansys/actions/check-vulnerabilities@v10.3.1 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -573,7 +573,7 @@ jobs: timeout-minutes: 30 steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@v10.3.0 + uses: ansys/actions/build-library@v10.3.1 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -605,7 +605,7 @@ jobs: skip-existing: false - name: Release to GitHub - uses: ansys/actions/release-github@v10.3.0 + uses: ansys/actions/release-github@v10.3.1 with: library-name: ${{ env.PACKAGE_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -617,7 +617,7 @@ jobs: needs: [build] steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@v10.3.0 + uses: ansys/actions/doc-deploy-dev@v10.3.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -631,7 +631,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v10.3.0 + uses: ansys/actions/doc-deploy-stable@v10.3.1 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index 4cc6be716d..6ecf1e544a 100644 --- a/.github/workflows/package_cleanup.yml +++ b/.github/workflows/package_cleanup.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Delete untagged package versions" - uses: ansys/actions/hk-package-clean-untagged@v10.3.0 + uses: ansys/actions/hk-package-clean-untagged@v10.3.1 with: package-org: 'ansys' package-name: 'acp'