We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57d0ac2 + aff4c89 commit efc250cCopy full SHA for efc250c
1 file changed
.github/workflows/maven-build.yml
@@ -44,15 +44,15 @@ jobs:
44
distribution: 'temurin'
45
architecture: x64
46
47
- - uses: s4u/maven-settings-action@v2.8.0
+ - uses: s4u/maven-settings-action@v4.0.0
48
with:
49
sonatypeSnapshots: true
50
51
- name: Build the Maven verify phase
52
run: mvn -B -V clean verify -Prun-its -Pci
53
54
55
56
if: ${{ github.event_name == 'push' }}
57
58
servers: |
0 commit comments