diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616ccf9..617c663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # Use CI Nexus as co-located pull-through cache for Maven artifacts via ~/.m2/settings.xml - name: Create Maven Settings - uses: s4u/maven-settings-action@v2.8.0 + uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..24608bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: # Use CI Nexus as co-located pull-through cache for Maven artifacts via ~/.m2/settings.xml - name: Create Maven Settings - uses: s4u/maven-settings-action@v2.8.0 + uses: s4u/maven-settings-action@v3.1.0 with: githubServer: false servers: |