From d973cdb8201b3c812ccfb423bc1558ad59446e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 04:25:36 +0000 Subject: [PATCH 1/2] chore(deps): bump ansys/actions from 9 to 10 in the actions group Bumps the actions group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 20 ++++++++++---------- .github/workflows/label.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 111669e..1bc6963 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check commit name - uses: ansys/actions/check-pr-title@v9 + uses: ansys/actions/check-pr-title@v10 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -33,7 +33,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@v9 + - uses: ansys/actions/code-style@v10 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -41,7 +41,7 @@ jobs: name: "Documentation style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-style@v9 + - uses: ansys/actions/doc-style@v10 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -55,7 +55,7 @@ jobs: os: [ubuntu-latest] python-version: ['3.10'] steps: - - uses: ansys/actions/build-wheelhouse@v9 + - uses: ansys/actions/build-wheelhouse@v10 with: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} @@ -92,7 +92,7 @@ jobs: timeout-minutes: 30 needs: [doc-style] steps: - - uses: ansys/actions/doc-build@v9 + - uses: ansys/actions/doc-build@v10 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest needs: [tests, doc-build] steps: - - uses: ansys/actions/build-library@v9 + - uses: ansys/actions/build-library@v10 with: library-name: ${{ env.LIBRARY_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -114,7 +114,7 @@ jobs: contents: write pull-requests: write steps: - - uses: ansys/actions/doc-deploy-changelog@v9 + - uses: ansys/actions/doc-deploy-changelog@v10 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} @@ -145,7 +145,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@v9 + uses: ansys/actions/release-github@v10 with: library-name: ${{ env.LIBRARY_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -157,7 +157,7 @@ jobs: needs: [build-library] if: github.event_name == 'push' && !contains(github.ref, 'refs/tags') steps: - - uses: ansys/actions/doc-deploy-dev@v9 + - uses: ansys/actions/doc-deploy-dev@v10 with: doc-artifact-name: 'documentation-html' cname: ${{ env.DOCUMENTATION_CNAME }} @@ -172,7 +172,7 @@ jobs: needs: [release] if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: - - uses: ansys/actions/doc-deploy-stable@v9 + - uses: ansys/actions/doc-deploy-stable@v10 with: doc-artifact-name: 'documentation-html' cname: ${{ env.DOCUMENTATION_CNAME }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 23c627a..5aa8992 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -92,7 +92,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-changelog@v9 + - uses: ansys/actions/doc-changelog@v10 with: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} From 86a1f558a7509dd64a50aba37a61bad60afe6083 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 04:26:58 +0000 Subject: [PATCH 2/2] chore: adding changelog file 35.miscellaneous.md [dependabot-skip] --- doc/changelog.d/35.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/35.miscellaneous.md diff --git a/doc/changelog.d/35.miscellaneous.md b/doc/changelog.d/35.miscellaneous.md new file mode 100644 index 0000000..0e5c588 --- /dev/null +++ b/doc/changelog.d/35.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump ansys/actions from 9 to 10 in the actions group \ No newline at end of file