From ac42bb74895a2e581c2a66dfdb296b1530b94c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 01:29:02 +0000 Subject: [PATCH] chore(deps): bump s4u/maven-settings-action from 2.5.0 to 2.6.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/v2.5.0...v2.6.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 9a2d5c2..0a09af8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,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.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') with: servers: '[{"id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'