Skip to content

Commit 59828ef

Browse files
Merge pull request #416 from flintlib/dependabot/github_actions/actions/setup-python-7.0.0
build(deps): bump actions/setup-python from 6.3.0 to 7.0.0
2 parents d2ad3ce + 36955be commit 59828ef

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
persist-credentials: false
137137

138138
- if: ${{ matrix.kind != 'pyodide' }}
139-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
139+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
140140
with:
141141
python-version: '3.13'
142142

@@ -202,7 +202,7 @@ jobs:
202202
with:
203203
persist-credentials: false
204204

205-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
205+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
206206
with:
207207
python-version: ${{ env.PYODIDE_PYTHON_VERSION }}
208208

@@ -243,7 +243,7 @@ jobs:
243243
python-version: pypy3.11
244244

245245
steps:
246-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
246+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
247247
with:
248248
python-version: ${{ matrix.python-version }}
249249
allow-prereleases: true
@@ -270,7 +270,7 @@ jobs:
270270
permissions: {}
271271

272272
steps:
273-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
273+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
274274
with:
275275
python-version: ${{ env.PYODIDE_PYTHON_VERSION }}
276276

@@ -305,7 +305,7 @@ jobs:
305305
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
306306
with:
307307
persist-credentials: false
308-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
308+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
309309
with:
310310
python-version: '3.13'
311311
- run: sudo apt-get update
@@ -320,7 +320,7 @@ jobs:
320320
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
321321
with:
322322
persist-credentials: false
323-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
323+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
324324
with:
325325
python-version: '3.13'
326326
- run: bin/install_latest_flint_ubuntu.sh
@@ -337,7 +337,7 @@ jobs:
337337
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
338338
with:
339339
persist-credentials: false
340-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
340+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
341341
with:
342342
python-version: '3.13'
343343
- run: sudo apt-get update
@@ -373,7 +373,7 @@ jobs:
373373
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
374374
with:
375375
persist-credentials: false
376-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
376+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
377377
with:
378378
python-version: '3.13'
379379
- env:
@@ -390,7 +390,7 @@ jobs:
390390
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
391391
with:
392392
persist-credentials: false
393-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
393+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
394394
with:
395395
python-version: '3.13'
396396
- run: bin/install_flint_ubuntu.sh main
@@ -406,7 +406,7 @@ jobs:
406406
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
407407
with:
408408
persist-credentials: false
409-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
409+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
410410
with:
411411
python-version: '3.13'
412412
- run: bin/install_flint_ubuntu.sh main
@@ -422,7 +422,7 @@ jobs:
422422
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
423423
with:
424424
persist-credentials: false
425-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
425+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
426426
with:
427427
python-version: '3.13'
428428
- run: sudo apt-get update
@@ -438,7 +438,7 @@ jobs:
438438
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
439439
with:
440440
persist-credentials: false
441-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
441+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
442442
with:
443443
python-version: '3.12' # does not work with 3.13
444444
- run: sudo apt-get update
@@ -458,7 +458,7 @@ jobs:
458458
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
459459
with:
460460
persist-credentials: false
461-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
461+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
462462
with:
463463
python-version: '3.13'
464464
- run: sudo apt-get update
@@ -478,7 +478,7 @@ jobs:
478478
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
479479
with:
480480
persist-credentials: false
481-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
481+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
482482
with:
483483
python-version: '3.13'
484484
- run: sudo apt-get update

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
25+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

0 commit comments

Comments
 (0)