30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Setup Python
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
cache : " pip"
69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
- name : Setup Python
72
- uses : actions/setup-python@v4
72
+ uses : actions/setup-python@v5
73
73
with :
74
74
python-version : ${{ matrix.python-version }}
75
75
cache : " pip"
@@ -141,7 +141,7 @@ jobs:
141
141
# using 12rambau fork until then
142
142
- uses : 12rambau/setup-pandoc@test
143
143
- name : Setup Python
144
- uses : actions/setup-python@v4
144
+ uses : actions/setup-python@v5
145
145
with :
146
146
python-version : ${{ matrix.python-version }}
147
147
cache : " pip"
@@ -167,7 +167,7 @@ jobs:
167
167
steps :
168
168
- uses : actions/checkout@v4
169
169
- name : Setup Python
170
- uses : actions/setup-python@v4
170
+ uses : actions/setup-python@v5
171
171
with :
172
172
python-version : ${{ matrix.python-version }}
173
173
cache : " pip"
@@ -210,7 +210,7 @@ jobs:
210
210
steps :
211
211
- uses : actions/checkout@v4
212
212
- name : Setup Python
213
- uses : actions/setup-python@v4
213
+ uses : actions/setup-python@v5
214
214
with :
215
215
python-version : ${{ matrix.python-version }}
216
216
cache : " pip"
0 commit comments