Skip to content

Commit 6f91bba

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.4
1 parent bc4e6b0 commit 6f91bba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- py310
2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: prefix-dev/setup-pixi@v0.9.3
23+
- uses: prefix-dev/setup-pixi@v0.9.4
2424
with:
2525
pixi-version: "latest"
2626
environments: ${{ matrix.pixi-environment }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v6
3535
- name: Setup Pixi
36-
uses: prefix-dev/setup-pixi@v0.9.3
36+
uses: prefix-dev/setup-pixi@v0.9.4
3737
- name: Format and lint
3838
run: |
3939
pixi run fmt

0 commit comments

Comments
 (0)