From 8d9243891085865a7b94cac22190c1330a49578c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 22:55:44 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951bed8..35a315f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: libc6-dev libc6-dev-i386 linux-libc-dev \ linux-libc-dev:i386 lib32z1-dev ${{ matrix.cc }} - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 name: Setup Python 3.9 with: python-version: 3.9