We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5720f commit 6ee7b22Copy full SHA for 6ee7b22
.github/workflows/it.yml
@@ -21,7 +21,7 @@ jobs:
21
submodules: true
22
fetch-depth: 0
23
- name: Set up JDK 11 and maven for running tests
24
- uses: s4u/setup-maven-action@v1.16.0
+ uses: s4u/setup-maven-action@v1.17.0
25
with:
26
java-version: 11
27
distribution: 'temurin'
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
20
0 commit comments