From 987182618eb1584a356cb2709864cb05c3aacb09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:58:36 +0000 Subject: [PATCH] chore(ci): Update actions/checkout action to v6 --- .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 fc5217a..63097cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - py311 - py310 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: prefix-dev/setup-pixi@v0.9.2 with: pixi-version: "latest" @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Pixi uses: prefix-dev/setup-pixi@v0.9.2 - name: Format and lint