github: limit fetch depth to 1

This commit is contained in:
Aly Raffauf 2024-06-13 22:03:57 -04:00
parent a7d4c1a034
commit abc75b25ec
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
- uses: cachix/install-nix-action@v20

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
- uses: cachix/install-nix-action@v20