Skip to content

Commit 392b521

Browse files
committed
build: unshallow is useless
1 parent 5e3f214 commit 392b521

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/snapshot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Checkout code
2424
uses: actions/checkout@v3
25-
with:
26-
fetch-depth: 0
2725

2826
- name: Cache Gradle packages
2927
uses: actions/cache@v4

.github/workflows/stable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Checkout code
2424
uses: actions/checkout@v3
25-
with:
26-
fetch-depth: 0
2725

2826
- name: Cache Gradle Packages
2927
uses: actions/cache@v4

0 commit comments

Comments
 (0)