From 3d19b67f2ee72183d0849139b4b60fb5058895b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:46:13 +0000 Subject: [PATCH] Build(deps): bump ansys/actions in the actions-deps group Bumps the actions-deps group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 10 to 10.2.12 - [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...v10.2.12) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.2.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/package_cleanup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e94cab3..efbc7d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys code style checks - uses: ansys/actions/code-style@v10 + uses: ansys/actions/code-style@v10.2.12 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index c82619a9..6cc80ca7 100644 --- a/.github/workflows/package_cleanup.yml +++ b/.github/workflows/package_cleanup.yml @@ -35,7 +35,7 @@ jobs: steps: - name: "Perform versions cleanup - except certain tags" - uses: ansys/actions/hk-package-clean-except@v10 + uses: ansys/actions/hk-package-clean-except@v10.2.12 with: package-org: 'ansys' package-name: ${{ matrix.image }}