Skip to content

Commit 7b9c2e3

Browse files
dependabot[bot]Dekker1
authored andcommitted
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f24533c commit 7b9c2e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@v6
4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v6
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install the project
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install uv
6363
uses: astral-sh/setup-uv@v6
6464
- name: Set up Python
65-
uses: actions/setup-python@v5
65+
uses: actions/setup-python@v6
6666
with:
6767
python-version-file: ".python-version"
6868
- name: Install the project
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install uv
8282
uses: astral-sh/setup-uv@v6
8383
- name: Set up Python ${{ matrix.python-version }}
84-
uses: actions/setup-python@v5
84+
uses: actions/setup-python@v6
8585
with:
8686
python-version-file: ".python-version"
8787
- name: Install the project

0 commit comments

Comments
 (0)