58
58
cache-name : ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }}
59
59
cache-packages : false
60
60
- name : " Set up Python"
61
- uses : actions/setup-python@v5
61
+ uses : actions/setup-python@v6
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
cache : pip
@@ -101,7 +101,7 @@ jobs:
101
101
julia-version : ' 1.10'
102
102
steps :
103
103
- uses : actions/checkout@v5
104
- - uses : actions/setup-python@v5
104
+ - uses : actions/setup-python@v6
105
105
- name : " Install PySR"
106
106
run : |
107
107
python -m pip install --upgrade pip
@@ -165,7 +165,7 @@ jobs:
165
165
steps :
166
166
- uses : actions/checkout@v5
167
167
- name : " Set up Python"
168
- uses : actions/setup-python@v5
168
+ uses : actions/setup-python@v6
169
169
with :
170
170
python-version : ${{ matrix.python-version }}
171
171
cache : pip
@@ -195,7 +195,7 @@ jobs:
195
195
steps :
196
196
- uses : actions/checkout@v5
197
197
- name : " Set up Python"
198
- uses : actions/setup-python@v5
198
+ uses : actions/setup-python@v6
199
199
with :
200
200
python-version : ${{ matrix.python-version }}
201
201
cache : pip
@@ -219,7 +219,7 @@ jobs:
219
219
220
220
steps :
221
221
- uses : actions/checkout@v5
222
- - uses : actions/setup-python@v5
222
+ - uses : actions/setup-python@v6
223
223
with :
224
224
python-version : ${{ matrix.python-version }}
225
225
cache : pip
0 commit comments