Skip to content

Commit 413d26c

Browse files
authored
Merge pull request #905 from sanders41/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 250ef3b + 1c70aa8 commit 413d26c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: runner.os == 'Windows'
7474
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
7575
- name: Set up Python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: "${{ env.MIN_PYTHON_VERSION }}"
7979
- name: Build package
@@ -115,7 +115,7 @@ jobs:
115115
if: runner.os == 'Windows'
116116
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
117117
- name: Set up Python
118-
uses: actions/setup-python@v5
118+
uses: actions/setup-python@v6
119119
with:
120120
python-version: "3.11"
121121
- name: Build package
@@ -158,7 +158,7 @@ jobs:
158158
poetry config virtualenvs.create true
159159
poetry config virtualenvs.in-project true
160160
- name: Set up Python
161-
uses: actions/setup-python@v5
161+
uses: actions/setup-python@v6
162162
with:
163163
python-version: "${{ env.MIN_PYTHON_VERSION }}"
164164
- name: Build package
@@ -198,7 +198,7 @@ jobs:
198198
poetry config virtualenvs.create true
199199
poetry config virtualenvs.in-project true
200200
- name: Set up Python
201-
uses: actions/setup-python@v5
201+
uses: actions/setup-python@v6
202202
with:
203203
python-version: "3.11"
204204
- name: Build package
@@ -240,7 +240,7 @@ jobs:
240240
if: runner.os == 'Windows'
241241
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
242242
- name: Set up Python
243-
uses: actions/setup-python@v5
243+
uses: actions/setup-python@v6
244244
with:
245245
python-version: "${{ env.MIN_PYTHON_VERSION }}"
246246
- name: Build package
@@ -289,7 +289,7 @@ jobs:
289289
if: runner.os == 'Windows'
290290
run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
291291
- name: Set up Python
292-
uses: actions/setup-python@v5
292+
uses: actions/setup-python@v6
293293
with:
294294
python-version: "3.11"
295295
- name: Build package
@@ -326,7 +326,7 @@ jobs:
326326
- name: Cache Rust dependencies
327327
uses: Swatinem/[email protected]
328328
- name: Set up Python
329-
uses: actions/setup-python@v5
329+
uses: actions/setup-python@v6
330330
with:
331331
python-version: "${{ env.MIN_PYTHON_VERSION }}"
332332
- name: Build package
@@ -363,7 +363,7 @@ jobs:
363363
- name: Cache Rust dependencies
364364
uses: Swatinem/[email protected]
365365
- name: Set up Python
366-
uses: actions/setup-python@v5
366+
uses: actions/setup-python@v6
367367
with:
368368
python-version: "${{ env.MIN_PYTHON_VERSION }}"
369369
- name: Build package

0 commit comments

Comments
 (0)