From 04e6b3c9ff20fac45dcb965098df657f1421ab5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:48:44 +0000 Subject: [PATCH] chore(ci): Update prefix-dev/setup-pixi action to v0.9.0 --- .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 11f83e5..6823a01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - py310 steps: - uses: actions/checkout@v5 - - uses: prefix-dev/setup-pixi@v0.8.7 + - uses: prefix-dev/setup-pixi@v0.9.0 with: pixi-version: "latest" environments: ${{ matrix.pixi-environment }} @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.8.7 + uses: prefix-dev/setup-pixi@v0.9.0 - name: Format and lint run: | pixi run fmt