From 011287d5d036b8206fe07a566c382cdeb6649f7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:13:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 31a92e9..5bf3bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: steps: # https://github.com/actions/checkout - name: ⤵️ Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # https://github.com/astral-sh/setup-uv - name: 🏗 Install uv and Python - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock"