File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144
145145 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
146146 name : Set up Pixi
147- uses : prefix-dev/setup-pixi@v0.9.5
147+ uses : prefix-dev/setup-pixi@v0.9.6
148148 with :
149149 pixi-version : v0.62.2
150150 # Project environment caching uses pixi.lock as the cache key input.
@@ -200,7 +200,7 @@ jobs:
200200
201201 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
202202 name : Set up Pixi
203- uses : prefix-dev/setup-pixi@v0.9.5
203+ uses : prefix-dev/setup-pixi@v0.9.6
204204 with :
205205 pixi-version : v0.62.2
206206 cache : ${{ hashFiles('pixi.lock') != '' }}
Original file line number Diff line number Diff line change 2424 ref : main
2525
2626 - name : Set up Pixi
27- uses : prefix-dev/setup-pixi@v0.9.5
27+ uses : prefix-dev/setup-pixi@v0.9.6
2828 with :
2929 pixi-version : v0.62.2
3030 cache : ${{ hashFiles('pixi.lock') != '' }}
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v6
2525
2626 - name : Set up Pixi
27- uses : prefix-dev/setup-pixi@v0.9.5
27+ uses : prefix-dev/setup-pixi@v0.9.6
2828 with :
2929 pixi-version : v0.62.2
3030 cache : ${{ hashFiles('pixi.lock') != '' }}
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Set up Pixi
28- uses : prefix-dev/setup-pixi@v0.9.5
28+ uses : prefix-dev/setup-pixi@v0.9.6
2929 with :
3030 pixi-version : v0.62.2
3131 # Project environment caching uses pixi.lock as the cache key input.
You can’t perform that action at this time.
0 commit comments