From 6f453887ac0392da336ccb3075b0fd5a72d6ec25 Mon Sep 17 00:00:00 2001 From: OneNobleSoul <75739931+OneNobleSoul@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:12:44 +0200 Subject: [PATCH] bump checkout to v7 and setup-python to v6 in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8c360..7c7ddd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: matrix: python-version: ["3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v7 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: install