3838 - uses : actions/checkout@v4
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : " pip"
5959 - uses : actions/checkout@v4
6060
6161 - name : Set up Python 3.9
62- uses : actions/setup-python@v4
62+ uses : actions/setup-python@v5
6363 with :
6464 python-version : " 3.9"
6565 cache : " pip"
@@ -109,7 +109,7 @@ jobs:
109109 - uses : actions/checkout@v4
110110
111111 - name : Set up Python ${{ matrix.python-version }}
112- uses : actions/setup-python@v4
112+ uses : actions/setup-python@v5
113113 with :
114114 python-version : ${{ matrix.python-version }}
115115 cache : " pip"
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126 - uses : actions/checkout@v4
127127
128- - uses : actions/setup-python@v4
128+ - uses : actions/setup-python@v5
129129 with :
130130 python-version : " 3.9"
131131
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 - uses : actions/checkout@v4
145145
146- - uses : actions/setup-python@v4
146+ - uses : actions/setup-python@v5
147147 with :
148148 python-version : " 3.9"
149149 cache : " pip"
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ubuntu-latest
159159 steps :
160160 - uses : actions/checkout@v4
161- - uses : actions/setup-python@v4
161+ - uses : actions/setup-python@v5
162162 with :
163163 python-version : " 3.9"
164164 cache : " pip"
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - uses : actions/checkout@v4
176- - uses : actions/setup-python@v4
176+ - uses : actions/setup-python@v5
177177 with :
178178 python-version : " 3.9"
179179 cache : " pip"
0 commit comments