From d2ce07184e3f71b68cb5753e7a308af1820222ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:35:05 +0000 Subject: [PATCH 1/2] chore: bump ansys/actions from 10.3.1 to 10.3.2 Bumps [ansys/actions](https://github.com/ansys/actions) from 10.3.1 to 10.3.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/12ca08fd7f0caa52076cca15c5621482646f8560...d946b24b9a765f4169bcc94afdb27bd1a0533741) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 24 ++++++++++++------------ .github/workflows/label.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d016d0a..056a7db3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/code-style@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Running documentation style checks" - uses: ansys/actions/doc-style@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/doc-style@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -43,7 +43,7 @@ jobs: name: "Vulnerabilities" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-vulnerabilities@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/check-vulnerabilities@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} python-package-name: ${{ env.PACKAGE_NAME }} @@ -55,7 +55,7 @@ jobs: name: "Check actions security" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/check-actions-security@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -70,7 +70,7 @@ jobs: contents: write # needed to create changelog entry in the repo pull-requests: write # needed to create pull request for the changelog update steps: - - uses: ansys/actions/doc-deploy-changelog@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-deploy-changelog@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-style] steps: - - uses: ansys/actions/doc-build@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-build@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} needs-quarto: true @@ -96,7 +96,7 @@ jobs: python-version: ['3.11', '3.12', '3.13', '3.14'] steps: - name: "Build a wheelhouse for ${{ matrix.python-version }}" - uses: ansys/actions/build-wheelhouse@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/build-wheelhouse@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} @@ -168,7 +168,7 @@ jobs: runs-on: ubuntu-latest needs: [unit-tests, doc-build] steps: - - uses: ansys/actions/build-library@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/build-library@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.PACKAGE_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -185,7 +185,7 @@ jobs: contents: write # needed to create GitHub releases and upload assets steps: - name: Release to the private PyPI repository - uses: ansys/actions/release-pypi-private@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/release-pypi-private@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__" @@ -206,7 +206,7 @@ jobs: skip-existing: false - name: Release to GitHub - uses: ansys/actions/release-github@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/release-github@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: library-name: ${{ env.PACKAGE_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -219,7 +219,7 @@ jobs: runs-on: ubuntu-latest needs: doc-build steps: - - uses: ansys/actions/doc-deploy-dev@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-deploy-dev@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -233,7 +233,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + uses: ansys/actions/doc-deploy-stable@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 03e61e45..b491b305 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -98,7 +98,7 @@ jobs: pull-requests: write # needed to comment on pull requests with changelog information runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1 + - uses: ansys/actions/doc-changelog@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} From 5bcf23f3f8099623425b1ffb4279f941b22c4b9a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:36:12 +0000 Subject: [PATCH 2/2] chore: adding changelog file 345.maintenance.md [dependabot-skip] --- doc/changelog.d/345.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/345.maintenance.md diff --git a/doc/changelog.d/345.maintenance.md b/doc/changelog.d/345.maintenance.md new file mode 100644 index 00000000..6f112992 --- /dev/null +++ b/doc/changelog.d/345.maintenance.md @@ -0,0 +1 @@ +Chore: bump ansys/actions from 10.3.1 to 10.3.2