From 3b697a0b9458ab1ed4ac3e3878d1f8eaaf237f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:22:48 +0000 Subject: [PATCH] Bump actions/setup-python from 5.1.1 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regen_dependabot_conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regen_dependabot_conf.yml b/.github/workflows/regen_dependabot_conf.yml index d56cf04c..752b2b71 100644 --- a/.github/workflows/regen_dependabot_conf.yml +++ b/.github/workflows/regen_dependabot_conf.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: 3.12.2