From 50f076111fbfecdde6edd304efca85bd55be9323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:04:00 +0000 Subject: [PATCH] Update s4u/maven-settings-action action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5033c..5a068d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: java-version: 11 - name: Set current version run: mvn -B versions:set -DnewVersion=${GITHUB_REF##*/} -DprocessAllModules -DgenerateBackupPoms=false - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: githubServer: false servers: |