We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aada65 commit 953217cCopy full SHA for 953217c
1 file changed
.github/workflows/update-gradle.yaml
@@ -11,6 +11,9 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v6
14
+ with:
15
+ fetch-depth: 0
16
+ fetch-tags: true
17
18
- name: Set up JDK 17
19
uses: actions/setup-java@v5
0 commit comments