File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
py_cmd : python
139
139
steps :
140
140
- name : Install Python
141
- uses : actions/setup-python@v5
141
+ uses : actions/setup-python@v6
142
142
with :
143
143
python-version : ${{ matrix.python }}
144
144
allow-prereleases : true
Original file line number Diff line number Diff line change 72
72
uses : actions/checkout@v5
73
73
74
74
- name : Install Python
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version : ' 3.10'
78
78
architecture : ' x64'
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
ref : ${{ inputs.branch || 'main' }}
41
41
42
42
- name : Set up Python
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@v6
44
44
with :
45
45
python-version : ' 3.11'
46
46
47
47
- name : Install Node
48
- uses : actions/setup-node@v4
48
+ uses : actions/setup-node@v5
49
49
with :
50
50
node-version : ' 20.x'
51
51
79
79
jlpm
80
80
jlpm deduplicate
81
81
fi
82
- -
uses :
prefix-dev/[email protected] .0
82
+ -
uses :
prefix-dev/[email protected] .1
83
83
with :
84
84
pixi-version : v0.41.4
85
85
manifest-path : pyproject.toml
You can’t perform that action at this time.
0 commit comments