2424 steps :
2525 - uses : actions/checkout@v4
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Install dependencies
4040 steps :
4141 - uses : actions/checkout@v4
4242 - name : Set up Python 3.11
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : 3.11
4646 - name : Install dependencies
5555 steps :
5656 - uses : actions/checkout@v4
5757 - name : Set up Python 3.10
58- uses : actions/setup-python@v4
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : " 3.10"
6161 - name : Install dependencies
7070 steps :
7171 - uses : actions/checkout@v4
7272 - name : Set up Python 3.10
73- uses : actions/setup-python@v4
73+ uses : actions/setup-python@v5
7474 with :
7575 python-version : " 3.10"
7676 - name : Install dependencies
9191 steps :
9292 - uses : actions/checkout@v4
9393 - name : Set up Python 3.10
94- uses : actions/setup-python@v4
94+ uses : actions/setup-python@v5
9595 with :
9696 python-version : " 3.10"
9797 - name : Install dependencies
@@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - uses : actions/checkout@v4
114114 - name : Set up Python 3.8
115- uses : actions/setup-python@v4
115+ uses : actions/setup-python@v5
116116 with :
117117 python-version : 3.8
118118 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/checkout@v4
130130 - name : Set up Python 3.10
131- uses : actions/setup-python@v4
131+ uses : actions/setup-python@v5
132132 with :
133133 python-version : " 3.10"
134134 - name : Install dependencies
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 - uses : actions/checkout@v4
145145 - name : Set up Python 3.10
146- uses : actions/setup-python@v4
146+ uses : actions/setup-python@v5
147147 with :
148148 python-version : " 3.10"
149149 - name : Install dependencies
@@ -158,7 +158,7 @@ jobs:
158158 steps :
159159 - uses : actions/checkout@v4
160160 - name : Set up Python 3.10
161- uses : actions/setup-python@v4
161+ uses : actions/setup-python@v5
162162 with :
163163 python-version : " 3.10"
164164 - name : Install dependencies
@@ -173,7 +173,7 @@ jobs:
173173 steps :
174174 - uses : actions/checkout@v4
175175 - name : Set up Python 3.10
176- uses : actions/setup-python@v4
176+ uses : actions/setup-python@v5
177177 with :
178178 python-version : " 3.10"
179179 - name : Install dependencies
@@ -188,7 +188,7 @@ jobs:
188188 steps :
189189 - uses : actions/checkout@v4
190190 - name : Set up Python 3.10
191- uses : actions/setup-python@v4
191+ uses : actions/setup-python@v5
192192 with :
193193 python-version : " 3.10"
194194 - name : Install dependencies
@@ -203,7 +203,7 @@ jobs:
203203 steps :
204204 - uses : actions/checkout@v4
205205 - name : Set up Python 3.10
206- uses : actions/setup-python@v4
206+ uses : actions/setup-python@v5
207207 with :
208208 python-version : " 3.10"
209209 - name : Install dependencies
0 commit comments