Skip to content

Commit

Permalink
Upgrade maven-settings-action to latest version (#825)
Browse files Browse the repository at this point in the history
Motivation:

We should use the latest maven-settings-action to fix warnings

Modifications:

Update maven-settings-action to 2.8.0

Result:

No more warnings
  • Loading branch information
normanmaurer authored Sep 21, 2023
1 parent 2134f9e commit 624570f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
deploy-stage-snapshot-m2-repository-cache-
- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
restore-keys: |
stage-release-linux-${{ matrix.setup }}-m2-repository-cache-
- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
restore-keys: |
staging-release-cache-windows-m2-repository-
- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
deploy-staged-release-cache-m2-repository-
- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down

0 comments on commit 624570f

Please sign in to comment.