diff --git a/.github/workflows/maven_docker.yml b/.github/workflows/maven_docker.yml index 71f7eae..c6ea0ee 100644 --- a/.github/workflows/maven_docker.yml +++ b/.github/workflows/maven_docker.yml @@ -21,7 +21,7 @@ jobs: java-version: '11' distribution: 'adopt' - name: maven-settings - uses: s4u/maven-settings-action@v3.0.0 + uses: s4u/maven-settings-action@v3.1.0 with: servers: '[{"id": "edirom", "username": "${github.actor}", "password": "${GITHUB_TOKEN}"},{"id": "teic", "username": "${github.actor}", "password": "${GITHUB_TOKEN}"}]' - name: Build with Maven