Update actions/checkout action to v7 #46

Merged
Philipp merged 1 commits from renovate/actions-checkout-7.x into main 2026-06-28 17:32:51 +02:00
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash