Skip to content

Commit d40ee55

Browse files
Bump actions/setup-python from 5 to 6 (#1246)
1 parent 0fd074e commit d40ee55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v5
6969
- name: Set up Python ${{ env.PYTHON_LATEST }}
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: ${{ env.PYTHON_LATEST }}
7373
- name: Install core libraries for build
@@ -239,7 +239,7 @@ jobs:
239239
path: dist
240240

241241
- name: Setup Python ${{ matrix.pyver }}
242-
uses: actions/setup-python@v5
242+
uses: actions/setup-python@v6
243243
with:
244244
python-version: ${{ matrix.pyver }}
245245
allow-prereleases: true
@@ -406,7 +406,7 @@ jobs:
406406
uses: actions/checkout@v5
407407
- name: Setup Python 3.13
408408
id: python-install
409-
uses: actions/setup-python@v5
409+
uses: actions/setup-python@v6
410410
with:
411411
python-version: 3.13
412412
cache: pip

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v5
3131
- name: Setup Python ${{ env.PYTHON_LATEST }}
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ env.PYTHON_LATEST }}
3535
- name: Cache PyPI

0 commit comments

Comments
 (0)