Merge pull request #12 from netbootxyz/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Antony Messerli 2022-03-05 09:02:55 -06:00 committed by GitHub
commit c55f271b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: '0'