Skip to content

Commit

Permalink
Merge pull request #317 from neicnordic/dependabot/github_actions/s4u…
Browse files Browse the repository at this point in the history
…/maven-settings-action-3.1.0

Bump s4u/maven-settings-action from 3.0.0 to 3.1.0
  • Loading branch information
Parisa68 authored Nov 13, 2024
2 parents 3cbcc1e + cc2da84 commit ef6e801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-scan-PR-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: create maven settings.xml
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/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: create maven settings.xml
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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
images: ghcr.io/${{ github.repository }}

- name: create maven settings.xml
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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-maven-
- name: create maven settings.xml
uses: s4u/maven-settings-action@v3.0.0
uses: s4u/maven-settings-action@v3.1.0
with:
servers: |
[{
Expand Down

0 comments on commit ef6e801

Please sign in to comment.