diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b0cf024..eb7c5e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: ${{ steps.cache-key.outputs.m2-monthly-cache-key }} - name: Configure Maven CI/CD settings - uses: https://github.com/s4u/maven-settings-action@v4.0.0 + uses: https://github.com/s4u/maven-settings-action@v3.1.0 with: servers: | [{ diff --git a/.github/workflows/validate-versions.yaml b/.github/workflows/validate-versions.yaml index 5050f4a..7828cbe 100644 --- a/.github/workflows/validate-versions.yaml +++ b/.github/workflows/validate-versions.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the code - uses: https://github.com/actions/checkout@v5 + uses: https://github.com/actions/checkout@v4 - name: Retrieve project metadata uses: https://github.com/radcortez/project-metadata-action@main diff --git a/pom.xml b/pom.xml index 79d936b..483da2c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ quarkus-bom io.quarkus.platform - 3.28.3 + 3.28.2 3.14.1