From ec5510f69a018bd280e1e5346d202168988b12ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:20:10 +0000 Subject: [PATCH 1/2] MAINT: 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_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ab2908e2b..205a933df 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} From 68876c2bda726ce17de3d00059fc5ba3b7fecc55 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:21:05 +0000 Subject: [PATCH 2/2] chore: adding changelog file 631.miscellaneous.md [dependabot-skip] --- doc/changelog.d/631.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/631.miscellaneous.md diff --git a/doc/changelog.d/631.miscellaneous.md b/doc/changelog.d/631.miscellaneous.md new file mode 100644 index 000000000..963c0d668 --- /dev/null +++ b/doc/changelog.d/631.miscellaneous.md @@ -0,0 +1 @@ +MAINT: Bump actions/setup-python from 5 to 6