16
16
- name : " 📥 Check-out"
17
17
uses : actions/checkout@v3
18
18
- name : " 🧰 Install Python"
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python }}
22
22
cache : pip
65
65
- name : " 📥 Check-out"
66
66
uses : actions/checkout@v3
67
67
- name : " 🧰 Install Python"
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ${{ matrix.python }}
71
71
cache : pip
89
89
- name : " 📥 Check-out"
90
90
uses : actions/checkout@v3
91
91
- name : " 🧰 Install Python"
92
- uses : actions/setup-python@v4
92
+ uses : actions/setup-python@v5
93
93
with :
94
94
python-version : ${{ matrix.python }}
95
95
cache : pip
@@ -116,7 +116,7 @@ jobs:
116
116
- name : " 📥 Check-out"
117
117
uses : actions/checkout@v3
118
118
- name : " 🧰 Install Python"
119
- uses : actions/setup-python@v4
119
+ uses : actions/setup-python@v5
120
120
with :
121
121
python-version : ${{ matrix.python }}
122
122
cache : pip
@@ -146,7 +146,7 @@ jobs:
146
146
- name : " 📥 Check-out"
147
147
uses : actions/checkout@v3
148
148
- name : " 🧰 Install Python"
149
- uses : actions/setup-python@v4
149
+ uses : actions/setup-python@v5
150
150
with :
151
151
python-version : ${{ matrix.python }}
152
152
cache : pip
@@ -179,7 +179,7 @@ jobs:
179
179
- name : " 📥 Check-out"
180
180
uses : actions/checkout@v3
181
181
- name : " 🧰 Install Python"
182
- uses : actions/setup-python@v4
182
+ uses : actions/setup-python@v5
183
183
with :
184
184
python-version : ${{ matrix.python }}
185
185
cache : pip
0 commit comments