Skip to content

Commit bc35d2e

Browse files
chore(deps): bump actions/setup-python
Bumps the actions-infrastructure group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 132ded6 commit bc35d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
with:
4949
python-version: 3
5050
- run: pip install --upgrade build twine
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
name: archive
8585
path: archive/
86-
- uses: actions/setup-python@v5
86+
- uses: actions/setup-python@v6
8787
with:
8888
python-version: 3
8989
- name: Display Python version
@@ -204,7 +204,7 @@ jobs:
204204
uses: astral-sh/setup-uv@v6
205205
- name: Set up Python ${{ matrix.python-version }}
206206
if: "!endsWith(matrix.python-version, 't')"
207-
uses: actions/setup-python@v5
207+
uses: actions/setup-python@v6
208208
with:
209209
python-version: ${{ matrix.python-version }}
210210
architecture: ${{ matrix.architecture }}
@@ -259,7 +259,7 @@ jobs:
259259
steps:
260260
- uses: actions/checkout@v5
261261
- name: Set up Python ${{ matrix.python-version }}
262-
uses: actions/setup-python@v5
262+
uses: actions/setup-python@v6
263263
with:
264264
python-version: 3
265265
- name: Display Python version

0 commit comments

Comments
 (0)