Skip to content

Commit f848fe6

Browse files
authored
Merge pull request #191 from bckohan/dependabot/github_actions/actions/setup-python-6
⬆ Bump actions/setup-python from 5 to 6
2 parents 5738cd0 + 8086945 commit f848fe6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v5
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
id: sp
5353
with:
5454
python-version: ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v5
4343
- name: Set up Python
44-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4545
with:
4646
python-version: ">=3.11" # for tomlib
4747
- name: Install uv

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: 22
6767
- name: Set up Python ${{ matrix.python-version }}
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
id: sp
7070
with:
7171
python-version: ${{ matrix.python-version }}
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
node-version: 22
129129
- name: Set up Python ${{ matrix.python-version }}
130-
uses: actions/setup-python@v5
130+
uses: actions/setup-python@v6
131131
id: sp
132132
with:
133133
python-version: ${{ matrix.python-version }}
@@ -192,7 +192,7 @@ jobs:
192192
with:
193193
node-version: 22
194194
- name: Set up Python ${{ matrix.python-version }}
195-
uses: actions/setup-python@v5
195+
uses: actions/setup-python@v6
196196
id: sp
197197
with:
198198
python-version: ${{ matrix.python-version }}
@@ -233,7 +233,7 @@ jobs:
233233

234234
steps:
235235
- uses: actions/checkout@v5
236-
- uses: actions/setup-python@v5
236+
- uses: actions/setup-python@v6
237237
id: sp
238238
with:
239239
python-version: '3.12'

0 commit comments

Comments
 (0)