Skip to content

Commit ba0aed7

Browse files
Update actions/setup-python action to v6
1 parent 0b07166 commit ba0aed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.13"
2020
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)