From 199dab8a3152ca11b33b44e7229d2b1fa246e3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 03:08:01 +0000 Subject: [PATCH 1/2] chore: bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab09286..59e8072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: uses: actions/checkout@v5 - name: "Setup Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} From 69dc515439986af089f88431da4ec1eee2e3b9c4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 12 Sep 2025 03:09:38 +0000 Subject: [PATCH 2/2] chore: adding changelog file 244.miscellaneous.md [dependabot-skip] --- doc/changelog.d/244.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/244.miscellaneous.md diff --git a/doc/changelog.d/244.miscellaneous.md b/doc/changelog.d/244.miscellaneous.md new file mode 100644 index 0000000..68d2241 --- /dev/null +++ b/doc/changelog.d/244.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump actions/setup-python from 5 to 6