From 32d90116a7c5d89b05bf1a5b592cbf3f77fe1234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:17:19 +0000 Subject: [PATCH] chore(ci): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 9ab0792..4951896 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -204,7 +204,7 @@ jobs: # they are published, spinning out every retry. (The image build itself # installs inside python:3.14-slim, so it is unaffected; this is only for # the host-side probe below.) - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: '3.14' - name: Wait until the pinned versions are installable from PyPI