From ec493d80b495fe692ed831c57f0fbc871d5a5c9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:13:38 +0000 Subject: [PATCH] chore(ci): Update prefix-dev/setup-pixi action to v0.9.5 --- .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 3b3fd86..db597ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - py310 steps: - uses: actions/checkout@v6 - - uses: prefix-dev/setup-pixi@v0.9.3 + - uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: "latest" environments: ${{ matrix.pixi-environment }} @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.9.3 + uses: prefix-dev/setup-pixi@v0.9.5 - name: Format and lint run: | pixi run fmt