From 5a780ac8e70b20602218be7ade70e2bfaffffea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:27:33 +0000 Subject: [PATCH] chore(deps): bump s4u/maven-settings-action from 2.5.0 to 2.7.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: s4u/maven-settings-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74f7899a..831e7f5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Prepare Maven settings # https://github.com/s4u/maven-settings-action - uses: s4u/maven-settings-action@v2.5.0 + uses: s4u/maven-settings-action@v2.7.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: servers: '[{"id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'