diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index 9ee6a97..a3bf519 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v7 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5.4.0 + uses: actions/setup-java@v5.6.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin" diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 773a4a0..4baf604 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v7 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5.4.0 + uses: actions/setup-java@v5.6.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"