From 6e1c343660d0c0f75f37804c2be4533854885a8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:57:09 +0000 Subject: [PATCH] chore(ci): Update actions/checkout action to v7 --- .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 5022971..4998f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - py311 - py310 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: prefix-dev/setup-pixi@v0.10.0 with: pixi-version: "latest" @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pixi uses: prefix-dev/setup-pixi@v0.10.0 - name: Format and lint