From 309f8288eb09ace8ac9dc6b8edbb4bf9f20e1f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:09:08 +0200 Subject: [PATCH] Bump actions/setup-python from 5 to 6 (#110) (cherry picked from commit 138375732410aaad204894584c3dd1458bb4c967) --- .github/workflows/ci-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index e4e3ca3..452b011 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.10' - uses: pre-commit/action@v3.0.0