From 42d8579d3daea9854d6b864ce90913056920f926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:21:03 +0000 Subject: [PATCH] Bump s4u/maven-settings-action from 2.8.0 to 3.0.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from 2.8.0 to 3.0.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/v2.8.0...v3.0.0) --- updated-dependencies: - dependency-name: s4u/maven-settings-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci.yml | 2 +- .github/workflows/maven-release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 49bcd63..ec85a6f 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -23,7 +23,7 @@ jobs: distribution: temurin java-version: 17 cache: maven - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 29828a7..9e09a54 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -26,7 +26,7 @@ jobs: - name: Get the tag (without leading v) id: get_tag run: echo "release_tag_version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{ @@ -112,7 +112,7 @@ jobs: - name: Get the tag id: get_tag run: echo "release_tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV - - uses: s4u/maven-settings-action@v2.8.0 + - uses: s4u/maven-settings-action@v3.0.0 with: servers: | [{