File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup pixi
2727 uses : prefix-dev/setup-pixi@v0.8.1
2828 with :
29- pixi-version : v0.49 .0
29+ pixi-version : v0.66 .0
3030 cache : true
3131 # only write new caches on main pushes (optional)
3232 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Original file line number Diff line number Diff line change 1010 - name : Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
1111 uses : prefix-dev/setup-pixi@v0.9.3 # pin the action version
1212 with :
13- pixi-version : v0.61 .0 # pin the pixi binary version (optional)
13+ pixi-version : v0.66 .0 # pin the pixi binary version (optional)
1414 cache : true # enable caching of installed envs
1515 # only write new caches on main pushes (optional)
1616 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
You can’t perform that action at this time.
0 commit comments