1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-13 21:28:13 +02:00

ci: remove fetch-depth parameter from the checkout action

It is already set to 1 by default.

Closes #2316
This commit is contained in:
LingMan 2022-09-29 05:03:18 +02:00 committed by Andrew Gallant
parent b732c23e36
commit d1570defbf
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -98,8 +98,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-22.04'