We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cb3bb commit fc5a1c5Copy full SHA for fc5a1c5
.github/workflows/maven.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
# Checkout the repository
21
- uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 5
24
25
# Set up JDK 24
26
- name: Set up JDK 24
.github/workflows/test.yml
@@ -19,7 +19,9 @@ jobs:
-
+
27
uses: actions/setup-java@v4
0 commit comments