Merge pull request #18 from voided/renovate/actions-checkout-5.x

Update actions/checkout action to v5
This commit is contained in:
Ryan Stecker 2025-10-22 17:53:15 -05:00 committed by GitHub
commit b40463327b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
- uses: actions/checkout@v4
- uses: actions/checkout@v5
name: Repository checkout
with:
fetch-depth: 0