From 77b826015bef74b04691ba249bb240f5c998988d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:16:55 +0000 Subject: [PATCH] chore(deps): update s4u/maven-settings-action action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616ccf9..617c663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # Use CI Nexus as co-located pull-through cache for Maven artifacts via ~/.m2/settings.xml - name: Create Maven Settings - uses: s4u/maven-settings-action@v2.8.0 + uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..24608bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: # Use CI Nexus as co-located pull-through cache for Maven artifacts via ~/.m2/settings.xml - name: Create Maven Settings - uses: s4u/maven-settings-action@v2.8.0 + uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: |