Skip to content

Commit 28ed49b

Browse files
authored
Merge pull request #24 from speshak/renovate/actions-setup-python-6.x
2 parents 29a72de + 2097497 commit 28ed49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)