2323 matrix :
2424 python-version : [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 - name : Install dependencies
9191 matrix :
9292 python-version : [ '3.13' ]
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v6
9595 - name : Set up Python ${{ matrix.python-version }}
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@v6
9797 with :
9898 python-version : ${{ matrix.python-version }}
9999 - name : Install dependencies
@@ -177,9 +177,9 @@ jobs:
177177 matrix :
178178 python-version : [ '3.13' ]
179179 steps :
180- - uses : actions/checkout@v4
180+ - uses : actions/checkout@v6
181181 - name : Set up Python ${{ matrix.python-version }}
182- uses : actions/setup-python@v5
182+ uses : actions/setup-python@v6
183183 with :
184184 python-version : ${{ matrix.python-version }}
185185 - name : 🔨 Build and publish distribution 📦 to PyPI
@@ -200,9 +200,9 @@ jobs:
200200 matrix :
201201 python-version : [ '3.13' ]
202202 steps :
203- - uses : actions/checkout@v4
203+ - uses : actions/checkout@v6
204204 - name : Set up Python ${{ matrix.python-version }}
205- uses : actions/setup-python@v5
205+ uses : actions/setup-python@v6
206206 with :
207207 python-version : ${{ matrix.python-version }}
208208 - name : Validate upload to PyPI
@@ -246,9 +246,9 @@ jobs:
246246 matrix :
247247 python-version : [ '3.13' ]
248248 steps :
249- - uses : actions/checkout@v4
249+ - uses : actions/checkout@v6
250250 - name : Set up Python ${{ matrix.python-version }}
251- uses : actions/setup-python@v5
251+ uses : actions/setup-python@v6
252252 with :
253253 python-version : ${{ matrix.python-version }}
254254 - name : ⌛ Build and Upload 🐋 to quay.io
@@ -271,9 +271,9 @@ jobs:
271271 matrix :
272272 python-version : [ '3.13' ]
273273 steps :
274- - uses : actions/checkout@v4
274+ - uses : actions/checkout@v6
275275 - name : Set up Python ${{ matrix.python-version }}
276- uses : actions/setup-python@v5
276+ uses : actions/setup-python@v6
277277 with :
278278 python-version : ${{ matrix.python-version }}
279279 - name : ⌛ Build and Upload 🐋 to quay.io
@@ -293,13 +293,13 @@ jobs:
293293 python-version : [ '3.13' ]
294294 steps :
295295 - name : Checkout repository
296- uses : actions/checkout@v4
296+ uses : actions/checkout@v6
297297 with :
298298 repository : redhat-performance/benchmark-runner
299299 fetch-depth : 0
300300 token : ${{ secrets.AUTOPUSH }}
301301 - name : Set up Python ${{ matrix.python-version }}
302- uses : actions/setup-python@v5
302+ uses : actions/setup-python@v6
303303 with :
304304 python-version : ${{ matrix.python-version }}
305305 - name : Install latest benchmark-runner
@@ -334,9 +334,9 @@ jobs:
334334 workload : [ 'stressng_pod', 'stressng_vm' ]
335335 python-version : [ '3.13' ]
336336 steps :
337- - uses : actions/checkout@v4
337+ - uses : actions/checkout@v6
338338 - name : Set up Python ${{ matrix.python-version }}
339- uses : actions/setup-python@v5
339+ uses : actions/setup-python@v6
340340 with :
341341 python-version : ${{ matrix.python-version }}
342342 - name : Install latest benchmark-runner
@@ -412,13 +412,13 @@ jobs:
412412 python-version : [ '3.13' ]
413413 steps :
414414 - name : Checkout repository
415- uses : actions/checkout@v4
415+ uses : actions/checkout@v6
416416 with :
417417 repository : redhat-performance/benchmark-runner
418418 fetch-depth : 0
419419 token : ${{ secrets.AUTOPUSH }}
420420 - name : Set up Python ${{ matrix.python-version }}
421- uses : actions/setup-python@v5
421+ uses : actions/setup-python@v6
422422 with :
423423 python-version : ${{ matrix.python-version }}
424424 - name : Install dependencies
0 commit comments