We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142634d commit 155e844Copy full SHA for 155e844
.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.13.0
+ uses: s4u/setup-maven-action@v1.14.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