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:
parent
b732c23e36
commit
d1570defbf
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user