Skip to content

Commit

Permalink
Merge pull request #123 from AxonFramework/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github-dependencies-0eab7fcbc9

Bump s4u/maven-settings-action from 3.0.0 to 3.1.0 in the github-dependencies group
  • Loading branch information
github-actions[bot] authored Nov 10, 2024
2 parents acc1218 + d24676c commit 55851a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache: 'maven'

- name: Set Maven server credentials
uses: s4u/maven-settings-action@v3.0.0
uses: s4u/maven-settings-action@v3.1.0
with:
servers: |
[{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Set Maven server credentials
uses: s4u/maven-settings-action@v3.0.0
uses: s4u/maven-settings-action@v3.1.0
with:
servers: |
[{
Expand Down

0 comments on commit 55851a8

Please sign in to comment.