Update actions/setup-python action to v7

This commit is contained in:
renovate[bot]
2026-07-20 13:36:13 +03:00
committed by Slavi Pantaleev
parent fc4d27f4b2
commit 80ecf4b055
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.14'