File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
- uses : actions/checkout@v4
66
66
- name : Setup Python
67
67
id : python-install
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ${{ matrix.python }}
71
71
allow-prereleases : true
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
fetch-depth : 0
124
124
- name : Setup Python
125
- uses : actions/setup-python@v4
125
+ uses : actions/setup-python@v5
126
126
with :
127
127
python-version : 3.x
128
128
- name : Install tox
@@ -171,7 +171,7 @@ jobs:
171
171
git,
172
172
- name : Record the currently selected Python version
173
173
id : python-install
174
- # NOTE: This roughly emulates what `actions/setup-python@v4 ` provides
174
+ # NOTE: This roughly emulates what `actions/setup-python` provides
175
175
# NOTE: except the action gets the version from the installation path
176
176
# NOTE: on disk and we get it from runtime.
177
177
run : |
@@ -220,7 +220,7 @@ jobs:
220
220
sudo apt-get update
221
221
sudo apt-get install build-essential gfortran libopenblas-dev libyaml-dev
222
222
- name : Setup Python
223
- uses : actions/setup-python@v4
223
+ uses : actions/setup-python@v5
224
224
with :
225
225
# Use a release that is not very new but still have a long life:
226
226
python-version : " 3.10"
@@ -241,7 +241,7 @@ jobs:
241
241
steps :
242
242
- uses : actions/checkout@v4
243
243
- name : Setup Python
244
- uses : actions/setup-python@v4
244
+ uses : actions/setup-python@v5
245
245
with :
246
246
python-version : 3.x
247
247
- name : Install tox
You can’t perform that action at this time.
0 commit comments