ci: fetch with a depth of 5

This commit is contained in:
iCrawl 2022-11-25 19:55:45 +01:00
parent 1ef42e4e7b
commit ac0851b5b1
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 5
- name: Install node.js v16
uses: actions/setup-node@v3