From 78cae3bf30414c7afe5a1c9fa41d4d5986066315 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 7 Feb 2026 10:48:54 +0100 Subject: [PATCH] build: Upgrade GitHub Actions * https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases --- .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 063198ae..c8738334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: MEILISEARCH_URL: http://localhost:7700 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}