Skip to content

Commit f4c2599

Browse files
authored
Update fetch options in update-gradle workflow
1 parent 7c1b746 commit f4c2599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-gradle.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14+
with:
15+
fetch-depth: 0
16+
fetch-tags: true
1417
- name: Set up JDK 17
1518
uses: actions/setup-java@v5
1619
with:

0 commit comments

Comments
 (0)