Skip to content

Commit 3ed7cea

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 542c213 commit 3ed7cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python: ["3.10", "3.11", "3.12", "3.13"]
1515
steps:
1616
- name: Setup Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: ${{ matrix.python }}
2020
- name: Install tox and any other packages

0 commit comments

Comments
 (0)