chore(deps): update actions/checkout action to v5 #41

Closed
Renovate wants to merge 1 commits from renovate/actions-checkout-5.x into main
Showing only changes of commit fa5fb95583 - Show all commits

View File

@@ -10,7 +10,7 @@ jobs:
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- run: pip install pre-commit
shell: bash