From c02c075a0c01f76807aac3db9970c8fe2d33feb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:11:35 +0000 Subject: [PATCH] build(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [ansys/actions](https://github.com/ansys/actions) and [actions/labeler](https://github.com/actions/labeler). Updates `ansys/actions` from 10.2.12 to 10.3.2 - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v10.2.12...v10.3.2) Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/634933edcd8ababfe52f92936142cc22ac488b1b...f27b608878404679385c85cfa523b85ccb86e213) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 24 ++++++++++++------------ .github/workflows/label.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c63c0103..fd68e8f7 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -30,7 +30,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@v10.2.12 + - uses: ansys/actions/code-style@v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} skip-install: false @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Running documentation style checks" - uses: ansys/actions/doc-style@v10.2.12 + uses: ansys/actions/doc-style@v10.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} vale-version: "3.4.1" @@ -75,7 +75,7 @@ jobs: name: "Actions Security" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@7d55ff0b9f67c77dae50a286d711ee1ae27b0a25 # v10.2.12 + - uses: ansys/actions/check-actions-security@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check commit name - uses: ansys/actions/check-pr-title@7d55ff0b9f67c77dae50a286d711ee1ae27b0a25 # v10.2.12 + uses: ansys/actions/check-pr-title@d946b24b9a765f4169bcc94afdb27bd1a0533741 # v10.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} use-upper-case: true @@ -102,7 +102,7 @@ jobs: os: [ubuntu-latest, windows-latest] python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: ansys/actions/build-wheelhouse@v10.2.12 + - uses: ansys/actions/build-wheelhouse@v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} @@ -118,7 +118,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] fail-fast: false steps: - - uses: ansys/actions/tests-pytest@v10.2.12 + - uses: ansys/actions/tests-pytest@v10.3.2 with: pytest-markers: '-m "not developer_only"' python-version: ${{ matrix.python-version }} @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-style] steps: - - uses: ansys/actions/doc-build@v10.2.12 + - uses: ansys/actions/doc-build@v10.3.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} check-links: false @@ -142,7 +142,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-build, tests] steps: - - uses: ansys/actions/build-library@v10.2.12 + - uses: ansys/actions/build-library@v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -153,7 +153,7 @@ jobs: if: github.ref == 'refs/heads/main' needs: [build-library] steps: - - uses: ansys/actions/doc-deploy-dev@v10.2.12 + - uses: ansys/actions/doc-deploy-dev@v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -170,7 +170,7 @@ jobs: contents: write # required for GitHub release upload steps: - name: "Release to the private PyPI repository" - uses: ansys/actions/release-pypi-private@v10.2.12 + uses: ansys/actions/release-pypi-private@v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__" @@ -191,7 +191,7 @@ jobs: skip-existing: false - name: "Release to GitHub" - uses: ansys/actions/release-github@v10.2.12 + uses: ansys/actions/release-github@v10.3.2 with: library-name: ${{ env.LIBRARY_NAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -205,7 +205,7 @@ jobs: contents: write # Needed to deploy documentation to the repository steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v10.2.12 + uses: ansys/actions/doc-deploy-stable@v10.3.2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index e24d40ee..c2c1b6dc 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -39,7 +39,7 @@ jobs: steps: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: false