From 624570ffc523d33df8d47f6792de8629f4b8837c Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 21 Sep 2023 15:30:14 +0200 Subject: [PATCH] Upgrade maven-settings-action to latest version (#825) Motivation: We should use the latest maven-settings-action to fix warnings Modifications: Update maven-settings-action to 2.8.0 Result: No more warnings --- .github/workflows/ci-deploy.yml | 2 +- .github/workflows/ci-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 835b032df..532b54edc 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -176,7 +176,7 @@ jobs: deploy-stage-snapshot-m2-repository-cache- - - uses: s4u/maven-settings-action@v2.2.0 + - uses: s4u/maven-settings-action@v2.8.0 with: servers: | [{ diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 3968549e1..03ea10b25 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -117,7 +117,7 @@ jobs: restore-keys: | stage-release-linux-${{ matrix.setup }}-m2-repository-cache- - - uses: s4u/maven-settings-action@v2.2.0 + - uses: s4u/maven-settings-action@v2.8.0 with: servers: | [{ @@ -213,7 +213,7 @@ jobs: restore-keys: | staging-release-cache-windows-m2-repository- - - uses: s4u/maven-settings-action@v2.2.0 + - uses: s4u/maven-settings-action@v2.8.0 with: servers: | [{ @@ -314,7 +314,7 @@ jobs: deploy-staged-release-cache-m2-repository- - - uses: s4u/maven-settings-action@v2.2.0 + - uses: s4u/maven-settings-action@v2.8.0 with: servers: | [{