Skip to content

Commit 6f1e072

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.0
1 parent b7e361f commit 6f1e072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
23-
- uses: prefix-dev/setup-pixi@v0.8.7
23+
- uses: prefix-dev/setup-pixi@v0.9.0
2424
with:
2525
pixi-version: "latest"
2626
environments: ${{ matrix.pixi-environment }}
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
- name: Setup Pixi
36-
uses: prefix-dev/setup-pixi@v0.8.7
36+
uses: prefix-dev/setup-pixi@v0.9.0
3737
- name: Format and lint
3838
run: |
3939
pixi run fmt

0 commit comments

Comments
 (0)