Skip to content

Commit

Permalink
build(deps): bump s4u/maven-settings-action from 2.8.0 to 3.0.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 2.8.0 to 3.0.0.
- [Release notes](https://github.com/s4u/maven-settings-action/releases)
- [Commits](s4u/maven-settings-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 917c4db commit 6bce219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git config user.email "[email protected]"
git config user.name "GitHub Actions"
- name: Configure maven settings
uses: s4u/maven-settings-action@v2.8.0
uses: s4u/maven-settings-action@v3.0.0
with:
servers: '[{ "id": "ossrh", "username": "${{ secrets.OSSRH_USERNAME }}", "password": "${{ secrets.OSSRH_PASSWORD }}" }]'
- name: Release
Expand Down

0 comments on commit 6bce219

Please sign in to comment.