From 5ab8219be536ccf13bc5076cd31710288b15ca53 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Wed, 22 Apr 2026 16:47:11 +0200 Subject: [PATCH] Update s4u/maven-settings-action to v4.0.0 --- .github/workflows/maven-pr.yml | 2 +- .github/workflows/maven-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-pr.yml b/.github/workflows/maven-pr.yml index dbe33438e4..c1ef6fd3e3 100644 --- a/.github/workflows/maven-pr.yml +++ b/.github/workflows/maven-pr.yml @@ -22,7 +22,7 @@ jobs: cache: maven overwrite-settings: false - name: Add Central-Portal snapshot repo to settings.xml - uses: s4u/maven-settings-action@v3.1.0 + uses: s4u/maven-settings-action@v4.0.0 with: repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]' servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]' diff --git a/.github/workflows/maven-push.yml b/.github/workflows/maven-push.yml index a7f391c970..3d938a836e 100644 --- a/.github/workflows/maven-push.yml +++ b/.github/workflows/maven-push.yml @@ -26,7 +26,7 @@ jobs: cache: maven overwrite-settings: false - name: Add Central-Portal snapshot repo to settings.xml - uses: s4u/maven-settings-action@v3.1.0 + uses: s4u/maven-settings-action@v4.0.0 with: repositories: '[{"id":"central-portal-snapshots","name":"Sonatype Central Portal snapshots","url":"https://central.sonatype.com/repository/maven-snapshots/","releases":{"enabled":false},"snapshots":{"enabled":true}}]' servers: '[{"id":"central","username":"${{ secrets.MAVEN_CENTRAL_USERNAME }}","password":"${{ secrets.MAVEN_CENTRAL_PASSWORD }}"}]'