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

Update actions/checkout action to v4
This commit is contained in:
Ryan Stecker 2024-03-03 18:12:31 -06:00 committed by GitHub
commit 9343b902ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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