42
42
shell : ${{ matrix.shell }}
43
43
44
44
steps :
45
+ - name : Free Disk Space (Ubuntu)
46
+ if : runner.os == 'Linux'
47
+ uses : jlumbroso/free-disk-space@main
48
+ with :
49
+ tool-cache : false
50
+ android : true
51
+ dotnet : true
52
+ haskell : true
53
+ large-packages : true
54
+ docker-images : true
55
+ swap-storage : true
56
+
45
57
- name : Checkout repo
46
58
uses : actions/checkout@v4
47
59
55
67
uses : ts-graphviz/setup-graphviz@v2
56
68
57
69
- name : Setup pixi
58
- uses :
prefix-dev/[email protected] .2
70
+ uses :
prefix-dev/[email protected] .8
59
71
with :
60
- pixi-version : v0.34.0
72
+ pixi-version : v0.42.1
61
73
manifest-path : " pixi.toml"
62
74
63
75
- name : pixi post-install
@@ -106,7 +118,7 @@ jobs:
106
118
pixi run coverage-report
107
119
108
120
- name : Upload coverage to Codecov
109
- uses : codecov/codecov-action@v4
121
+ uses : codecov/codecov-action@v5
110
122
env :
111
123
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
112
124
with :
@@ -133,6 +145,18 @@ jobs:
133
145
shell : ${{ matrix.shell }}
134
146
135
147
steps :
148
+ - name : Free Disk Space (Ubuntu)
149
+ if : runner.os == 'Linux'
150
+ uses : jlumbroso/free-disk-space@main
151
+ with :
152
+ tool-cache : false
153
+ android : true
154
+ dotnet : true
155
+ haskell : true
156
+ large-packages : true
157
+ docker-images : true
158
+ swap-storage : true
159
+
136
160
- name : Checkout repo
137
161
uses : actions/checkout@v4
138
162
@@ -146,9 +170,9 @@ jobs:
146
170
uses : ts-graphviz/setup-graphviz@v2
147
171
148
172
- name : Setup pixi
149
- uses :
prefix-dev/[email protected] .2
173
+ uses :
prefix-dev/[email protected] .8
150
174
with :
151
- pixi-version : v0.34.0
175
+ pixi-version : v0.42.1
152
176
manifest-path : " pixi.toml"
153
177
154
178
- name : pixi post-install
@@ -182,7 +206,7 @@ jobs:
182
206
pixi run coverage-report
183
207
184
208
- name : Upload coverage to Codecov
185
- uses : codecov/codecov-action@v4
209
+ uses : codecov/codecov-action@v5
186
210
env :
187
211
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
188
212
with :
0 commit comments