Skip to content

Commit

Permalink
chore(deps): bump s4u/maven-settings-action from v2.1.1 to v2.2.0
Browse files Browse the repository at this point in the history
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](s4u/maven-settings-action@v2.1.1...92800f8)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2020
1 parent d3f61e6 commit 6021d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}]'
Expand Down

0 comments on commit 6021d19

Please sign in to comment.