diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index ccbbb9b..c2aba6a 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.5.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..9a2253b 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.5.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"