Skip to content

Commit 0b7a77c

Browse files
Merge pull request #42 from renefritze/dependabot/github_actions/actions/setup-python-6
⬆️ Bump actions/setup-python from 5 to 6
2 parents 2fe2d6d + 0f64124 commit 0b7a77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v7
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Cache pre-commit

0 commit comments

Comments
 (0)