Skip to content

Commit 573cea8

Browse files
MementoRCclaude
andcommitted
fix(ci): upgrade setup-pixi action to v0.9.3
The v0.8.1 action was failing with pixi setup errors. Upgrade to latest v0.9.3 which may resolve compatibility issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 2349e4b commit 573cea8

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Setup pixi
36-
uses: prefix-dev/setup-pixi@v0.8.1
36+
uses: prefix-dev/setup-pixi@v0.9.3
3737
with:
3838
pixi-version: v0.50.2
3939
cache: false
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v4
7272

7373
- name: Setup pixi
74-
uses: prefix-dev/setup-pixi@v0.8.1
74+
uses: prefix-dev/setup-pixi@v0.9.3
7575
with:
7676
pixi-version: v0.50.2
7777
cache: false
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108

109109
- name: Setup pixi
110-
uses: prefix-dev/setup-pixi@v0.8.1
110+
uses: prefix-dev/setup-pixi@v0.9.3
111111
with:
112112
pixi-version: v0.50.2
113113
cache: false
@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/checkout@v4
153153

154154
- name: Setup pixi
155-
uses: prefix-dev/setup-pixi@v0.8.1
155+
uses: prefix-dev/setup-pixi@v0.9.3
156156
with:
157157
pixi-version: v0.50.2
158158
cache: false
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/checkout@v4
201201

202202
- name: Setup pixi
203-
uses: prefix-dev/setup-pixi@v0.8.1
203+
uses: prefix-dev/setup-pixi@v0.9.3
204204
with:
205205
pixi-version: v0.50.2
206206
cache: false

.github/workflows/comprehensive-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Setup pixi
55-
uses: prefix-dev/setup-pixi@v0.8.1
55+
uses: prefix-dev/setup-pixi@v0.9.3
5656
with:
5757
pixi-version: v0.50.2
5858
cache: false

.github/workflows/performance-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Setup pixi
26-
uses: prefix-dev/setup-pixi@v0.8.1
26+
uses: prefix-dev/setup-pixi@v0.9.3
2727
with:
2828
pixi-version: v0.50.2
2929
cache: false

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0 # Get full history for diff analysis
2626

2727
- name: Setup pixi
28-
uses: prefix-dev/setup-pixi@v0.8.1
28+
uses: prefix-dev/setup-pixi@v0.9.3
2929
with:
3030
pixi-version: v0.50.2
3131
cache: false
@@ -173,7 +173,7 @@ jobs:
173173
uses: actions/checkout@v4
174174

175175
- name: Setup pixi
176-
uses: prefix-dev/setup-pixi@v0.8.1
176+
uses: prefix-dev/setup-pixi@v0.9.3
177177
with:
178178
pixi-version: v0.50.2
179179
cache: false

.github/workflows/quality-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Setup pixi
24-
uses: prefix-dev/setup-pixi@v0.8.1
24+
uses: prefix-dev/setup-pixi@v0.9.3
2525
with:
2626
pixi-version: v0.50.2
2727
cache: false

.github/workflows/status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup pixi
18-
uses: prefix-dev/setup-pixi@v0.8.1
18+
uses: prefix-dev/setup-pixi@v0.9.3
1919
with:
2020
pixi-version: v0.50.2
2121
cache: false

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232

3333
- name: Setup pixi
34-
uses: prefix-dev/setup-pixi@v0.8.1
34+
uses: prefix-dev/setup-pixi@v0.9.3
3535
with:
3636
pixi-version: v0.50.2
3737
cache: false

0 commit comments

Comments
 (0)