2323 - uses : actions/checkout@v4
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
4949 - uses : actions/checkout@v4
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v4
52+ uses : actions/setup-python@v5
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555
7878 steps :
7979 - uses : actions/checkout@v4
8080 - name : Set up Python ${{ matrix.python-version }}
81- uses : actions/setup-python@v4
81+ uses : actions/setup-python@v5
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484 - name : Install dependencies
@@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v4
106106 - name : Set up Python ${{ matrix.python-version }}
107- uses : actions/setup-python@v4
107+ uses : actions/setup-python@v5
108108 with :
109109 python-version : ${{ matrix.python-version }}
110110 - name : Install dependencies
@@ -130,7 +130,7 @@ jobs:
130130 - uses : actions/checkout@v4
131131
132132 - name : Set up Python ${{ matrix.python-version }}
133- uses : actions/setup-python@v4
133+ uses : actions/setup-python@v5
134134 with :
135135 python-version : ${{ matrix.python-version }}
136136
@@ -165,7 +165,7 @@ jobs:
165165 steps :
166166 - uses : actions/checkout@v4
167167 - name : Set up Python ${{ matrix.python-version }}
168- uses : actions/setup-python@v4
168+ uses : actions/setup-python@v5
169169 with :
170170 python-version : ${{ matrix.python-version }}
171171 - name : Install dependencies
0 commit comments