From 708a8d9e6bfd1150e7ca9877c38d57ab030d537c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 20:16:04 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python Bumps the github-actions group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 337b0725b8770380d7cde73cfef696f1295727eb to ad3497abcd142e169a10aac37abd5175c44f33c4 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/337b0725b8770380d7cde73cfef696f1295727eb...ad3497abcd142e169a10aac37abd5175c44f33c4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: ad3497abcd142e169a10aac37abd5175c44f33c4 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d40eb2..b6b04e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # became unresolvable to runners on 2026-09-09 across regions and # retries while the API tag cache still served it; upstream rewrote # the tagged commit. Re-pinned to a branch-reachable commit. - uses: actions/setup-python@337b0725b8770380d7cde73cfef696f1295727eb + uses: actions/setup-python@ad3497abcd142e169a10aac37abd5175c44f33c4 with: python-version: "3.12"