diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1272b20..25b11b2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,12 +25,12 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 21 - uses: https://github.com/actions/setup-java@v4 + uses: https://github.com/actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' @@ -48,7 +48,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v4 + uses: https://github.com/actions/cache@v4 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch. @@ -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@v3.1.0 + uses: https://github.com/s4u/maven-settings-action@v4.0.0 with: servers: | [{ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3043398..4ac7764 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v5 - name: Retrieve project metadata uses: https://github.com/radcortez/project-metadata-action@main @@ -60,7 +60,7 @@ jobs: git config --global user.signingkey ${SSH_DIR}/id_rsa - name: Set up JDK 21 - uses: https://github.com/actions/setup-java@v4 + uses: https://github.com/actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' @@ -78,7 +78,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: actions/cache@v4 + uses: https://github.com/actions/cache@v4 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch. diff --git a/.github/workflows/validate-versions.yaml b/.github/workflows/validate-versions.yaml index 7828cbe..5050f4a 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@v4 + uses: https://github.com/actions/checkout@v5 - name: Retrieve project metadata uses: https://github.com/radcortez/project-metadata-action@main diff --git a/pom.xml b/pom.xml index 483da2c..79d936b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ quarkus-bom io.quarkus.platform - 3.28.2 + 3.28.3 3.14.1