Skip to content

Commit 84f7239

Browse files
authored
Merge pull request #229 from django-commons/dependabot/github_actions/actions/setup-python-6
⬆ Bump actions/setup-python from 5 to 6
2 parents 9f34de3 + 7a75897 commit 84f7239

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
persist-credentials: false
5555
- name: Set up Python ${{ matrix.python-version }}
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
id: sp
5858
with:
5959
python-version: ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
persist-credentials: false
4545
- name: Set up Python
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v6
4747
with:
4848
python-version: "3.12" # for tomlib
4949
- name: Install uv

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
persist-credentials: false
7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
id: sp
7979
with:
8080
python-version: ${{ matrix.python-version }}
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
persist-credentials: false
137137
- name: Set up Python ${{ matrix.python-version }}
138-
uses: actions/setup-python@v5
138+
uses: actions/setup-python@v6
139139
id: sp
140140
with:
141141
python-version: ${{ matrix.python-version }}
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
persist-credentials: false
196196
- name: Set up Python ${{ matrix.python-version }}
197-
uses: actions/setup-python@v5
197+
uses: actions/setup-python@v6
198198
id: sp
199199
with:
200200
python-version: ${{ matrix.python-version }}
@@ -273,7 +273,7 @@ jobs:
273273
with:
274274
persist-credentials: false
275275
- name: Set up Python ${{ matrix.python-version }}
276-
uses: actions/setup-python@v5
276+
uses: actions/setup-python@v6
277277
id: sp
278278
with:
279279
python-version: ${{ matrix.python-version }}
@@ -332,7 +332,7 @@ jobs:
332332
with:
333333
persist-credentials: false
334334
- name: Set up Python ${{ matrix.python-version }}
335-
uses: actions/setup-python@v5
335+
uses: actions/setup-python@v6
336336
id: sp
337337
with:
338338
python-version: ${{ matrix.python-version }}
@@ -394,7 +394,7 @@ jobs:
394394
with:
395395
persist-credentials: false
396396
- name: Set up Python ${{ matrix.python-version }}
397-
uses: actions/setup-python@v5
397+
uses: actions/setup-python@v6
398398
id: sp
399399
with:
400400
python-version: ${{ matrix.python-version }}
@@ -459,7 +459,7 @@ jobs:
459459
with:
460460
persist-credentials: false
461461
- name: Set up Python ${{ matrix.python-version }}
462-
uses: actions/setup-python@v5
462+
uses: actions/setup-python@v6
463463
id: sp
464464
with:
465465
python-version: ${{ matrix.python-version }}
@@ -530,7 +530,7 @@ jobs:
530530
with:
531531
persist-credentials: false
532532
- name: Set up Python ${{ matrix.python-version }}
533-
uses: actions/setup-python@v5
533+
uses: actions/setup-python@v6
534534
id: sp
535535
with:
536536
python-version: ${{ matrix.python-version }}
@@ -591,7 +591,7 @@ jobs:
591591
with:
592592
persist-credentials: false
593593
- name: Set up Python ${{ matrix.python-version }}
594-
uses: actions/setup-python@v5
594+
uses: actions/setup-python@v6
595595
id: sp
596596
with:
597597
python-version: ${{ matrix.python-version }}
@@ -660,7 +660,7 @@ jobs:
660660
with:
661661
persist-credentials: false
662662
- name: Set up Python ${{ matrix.python-version }}
663-
uses: actions/setup-python@v5
663+
uses: actions/setup-python@v6
664664
id: sp
665665
with:
666666
python-version: ${{ matrix.python-version }}
@@ -734,7 +734,7 @@ jobs:
734734
with:
735735
persist-credentials: false
736736
- name: Set up Python ${{ matrix.python-version }}
737-
uses: actions/setup-python@v5
737+
uses: actions/setup-python@v6
738738
id: sp
739739
with:
740740
python-version: ${{ matrix.python-version }}
@@ -810,7 +810,7 @@ jobs:
810810
- uses: actions/checkout@v5
811811
with:
812812
persist-credentials: false
813-
- uses: actions/setup-python@v5
813+
- uses: actions/setup-python@v6
814814
id: sp
815815
- name: Install uv
816816
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)