From 667ce2f756b4334a67945ddc646791d36fe5fbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:46:20 +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.3.5 to 10.3.6 - [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.5...v10.3.6) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.3.6 dependency-type: direct:production update-type: version-update:semver-patch 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 2b6d1e8c..8a650628 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.3.5 + uses: ansys/actions/code-style@v10.3.6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index 3b2573a3..57f0a219 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.3.5 + uses: ansys/actions/hk-package-clean-except@v10.3.6 with: package-org: 'ansys' package-name: ${{ matrix.image }}