Skip to content

Commit

Permalink
Upgrade maven-settings-action to latest version (#217)
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 d4b69e7 commit d12f163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Merge staging repositories
run: bash ./.github/scripts/merge_local_staging.sh ~/local-staging ~/linux-aarch64-local-staging ~/linux-x86_64-local-staging

- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
working-directory: ./prepare-release-workspace/
run: docker-compose ${{ matrix.docker-compose-build }}

- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
working-directory: ./prepare-release-workspace/
run: bash ./.github/scripts/merge_local_staging.sh /home/runner/local-staging/staging ~/linux-aarch64-local-staging/staging ~/linux-x86_64-local-staging/staging

- uses: s4u/maven-settings-action@v2.2.0
- uses: s4u/maven-settings-action@v2.8.0
with:
servers: |
[{
Expand Down

0 comments on commit d12f163

Please sign in to comment.