Update actions/checkout action to v5 (#417)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-15 22:01:15 -04:00
committed by GitHub
parent d9c707caeb
commit 92887cb6ef
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}