Skip to content

Commit 7c7eae9

Browse files
authored
Update pixi, actions/checkout and prefix-dev/setup-pixi version (#113)
1 parent 78be541 commit 7c7eae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vinca/generate_gha.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,12 @@ def build_win_pipeline(stages, trigger_branch, outfile="win.yml", azure_template
372372
"needs": prev_batch_keys,
373373
"env": {"CONDA_BLD_PATH": "C:\\\\bld\\\\"},
374374
"steps": [
375-
{"name": "Checkout code", "uses": "actions/checkout@v4"},
375+
{"name": "Checkout code", "uses": "actions/checkout@v6"},
376376
{
377377
"name": "Setup pixi",
378-
"uses": "prefix-dev/setup-pixi@v0.8.10",
378+
"uses": "prefix-dev/setup-pixi@v0.9.4",
379379
"with": {
380-
"pixi-version": "v0.40.3",
380+
"pixi-version": "v0.63.2",
381381
"cache": "true",
382382
},
383383
},

0 commit comments

Comments
 (0)