chore(deps): update actions/setup-python action to v7 #24

Closed
renovate[bot] wants to merge 1 commits from renovate/actions-setup-python-7.x into devel
Showing only changes of commit cc0b2f9f4a - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.14" python-version: "3.14"