mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: Install packages (Ubuntu)
|
- name: Install packages (Ubuntu)
|
||||||
if: matrix.os == 'ubuntu-22.04'
|
if: matrix.os == 'ubuntu-22.04'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user