From 94424bdef71cb2473733545e2557dfb732e9d66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:01:17 +0000 Subject: [PATCH] Build(deps): bump ansys/actions from 8 to 9 in the actions-deps group Bumps the actions-deps group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 8 to 9 - [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/v8...v9) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major 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 a21b9abe..203958cd 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@v8 + uses: ansys/actions/code-style@v9 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/package_cleanup.yml b/.github/workflows/package_cleanup.yml index 22ebfddb..faf0fbd5 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@v8 + uses: ansys/actions/hk-package-clean-except@v9 with: package-org: 'ansys' package-name: ${{ matrix.image }}