From ce2b5d1194e5aba49202f9abe9e2fb68175c0278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:13:02 +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..7bfd109 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.0.0 with: githubServer: false servers: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..c9b7425 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.0.0 with: githubServer: false servers: |