From 0301c916deae21b262e58ff5c4329d461799a5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:16:14 +0000 Subject: [PATCH 1/2] ci: bump astral-sh/setup-uv from 9.0.0 to 10.0.0 in the actions group Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/c771a70e6277c0a99b617c7a806ffedaca235ff9...ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 538ef18..a9fe96b 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -188,7 +188,7 @@ jobs: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Set up uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 with: enable-cache: false diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index f87dbe8..e11321a 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -116,7 +116,7 @@ jobs: python-version: ${{ env.MAIN_PYTHON_VERSION }} - name: Set up uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 with: enable-cache: false From cf3337733d0bef9a5dc1359b859985d0a3de781e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:16:38 +0000 Subject: [PATCH 2/2] chore: adding changelog file 139.maintenance.md [dependabot-skip] --- doc/changelog.d/139.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/139.maintenance.md diff --git a/doc/changelog.d/139.maintenance.md b/doc/changelog.d/139.maintenance.md new file mode 100644 index 0000000..b88b6ac --- /dev/null +++ b/doc/changelog.d/139.maintenance.md @@ -0,0 +1 @@ +Bump astral-sh/setup-uv from 9.0.0 to 10.0.0 in the actions group