From 5b2bbb3ee90424161ff3664b5cfaab49d6b3bf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:42:49 +0000 Subject: [PATCH 1/2] ci: bump astral-sh/setup-uv from 7.0.0 to 7.1.2 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.0.0 to 7.1.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/eb1897b8dc4b5d5bfe39a428a8f2304605e0983c...85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- .github/workflows/run_mapdl_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6a2bc612..e682ff01 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -119,7 +119,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} enable-cache: false diff --git a/.github/workflows/run_mapdl_tests.yml b/.github/workflows/run_mapdl_tests.yml index 5d352fa4..10bfe698 100644 --- a/.github/workflows/run_mapdl_tests.yml +++ b/.github/workflows/run_mapdl_tests.yml @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # 7.0.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # 7.1.2 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} enable-cache: false From 0277d6a2afcc5dd63362fd554199c3e0f6cd9d84 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:43:08 +0000 Subject: [PATCH 2/2] chore: adding changelog file 79.miscellaneous.md [dependabot-skip] --- doc/source/changelog/79.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/79.miscellaneous.md diff --git a/doc/source/changelog/79.miscellaneous.md b/doc/source/changelog/79.miscellaneous.md new file mode 100644 index 00000000..16193669 --- /dev/null +++ b/doc/source/changelog/79.miscellaneous.md @@ -0,0 +1 @@ +Ci: bump astral-sh/setup-uv from 7.0.0 to 7.1.2