From 2f7237d283c704686e79f79e7ff9150dc9964ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:13:33 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy-on-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-on-pypi.yml b/.github/workflows/build-and-deploy-on-pypi.yml index 40a0904f..e9850a82 100644 --- a/.github/workflows/build-and-deploy-on-pypi.yml +++ b/.github/workflows/build-and-deploy-on-pypi.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python 3.14 - uses: actions/setup-python@v6 + uses: actions/setup-python@v6.2.0 with: python-version: "3.14" - name: Install pep517