Skip to content

Commit 2097497

Browse files
Update actions/setup-python action to v6
1 parent 29a72de commit 2097497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version: '3.13'
1414
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)