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 2e05ce1 commit c9a3b33Copy full SHA for c9a3b33
.github/workflows/maven-action.yml
@@ -38,7 +38,7 @@ jobs:
38
run: mvn -B package --file pom.xml
39
40
- name: Step 5 - Configure Maven settings.xml
41
- uses: s4u/maven-settings-action@v2.8.0
+ uses: s4u/maven-settings-action@v3.0.0
42
with:
43
githubServer: false
44
servers: |
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: 'maven'
31
32
- name: Configure Maven settings.xml
33
34
35
36
0 commit comments