4343 - ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
4747 - name : Use Python ${{ matrix.python_version }}
4848 uses : actions/setup-python@v6
4949 with :
8686 python_version : [ "3.10" ]
8787
8888 steps :
89- - uses : actions/checkout@v6
89+ - uses : actions/checkout@v7
9090 - name : Use Python ${{ matrix.python_version }}
9191 uses : actions/setup-python@v6
9292 with :
@@ -134,7 +134,7 @@ jobs:
134134 python_version : [ "3.10" ]
135135
136136 steps :
137- - uses : actions/checkout@v6
137+ - uses : actions/checkout@v7
138138 - name : Use Python ${{ matrix.python_version }}
139139 uses : actions/setup-python@v6
140140 with :
@@ -176,7 +176,7 @@ jobs:
176176 python_version : [ "3.10" ]
177177
178178 steps :
179- - uses : actions/checkout@v6
179+ - uses : actions/checkout@v7
180180
181181 - name : Install system dependencies
182182 run : |
@@ -262,7 +262,7 @@ jobs:
262262 python_version : [ "3.10" ]
263263
264264 steps :
265- - uses : actions/checkout@v6
265+ - uses : actions/checkout@v7
266266 - name : Build Testing Docker Image
267267 run : docker build -f contrib/Dockerfile -t libcloud_runtest_img .
268268 - name : Verify Image Works
@@ -281,7 +281,7 @@ jobs:
281281 python_version : [ "3.10" ]
282282
283283 steps :
284- - uses : actions/checkout@v6
284+ - uses : actions/checkout@v7
285285 - name : Use Python ${{ matrix.python_version }}
286286 uses : actions/setup-python@v6
287287 with :
@@ -354,7 +354,7 @@ jobs:
354354 python_version : [ "3.10" ]
355355
356356 steps :
357- - uses : actions/checkout@v6
357+ - uses : actions/checkout@v7
358358 - name : Use Python ${{ matrix.python_version }}
359359 uses : actions/setup-python@v6
360360 with :
@@ -393,7 +393,7 @@ jobs:
393393 python_version : [ "3.10" ]
394394
395395 steps :
396- - uses : actions/checkout@v6
396+ - uses : actions/checkout@v7
397397 - name : Use Python ${{ matrix.python_version }}
398398 uses : actions/setup-python@v6
399399 with :
0 commit comments