From 6021d19c02a7ada5fbf2db217d2c1746786f23a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 01:02:07 +0000 Subject: [PATCH] chore(deps): bump s4u/maven-settings-action from v2.1.1 to v2.2.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from v2.1.1 to v2.2.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/v2.1.1...92800f80ea58e6b53ebe947f77bc968c11fe8a61) Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0be15871..95165a66 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: - name: Prepare Maven settings # https://github.com/s4u/maven-settings-action - uses: s4u/maven-settings-action@v2.1.1 + uses: s4u/maven-settings-action@v2.2.0 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') with: servers: '[{"id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'