diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index 568051d..13edcd1 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.3.0 + uses: actions/setup-java@v5.4.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin" diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 001a8ec..773a4a0 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.3.0 + uses: actions/setup-java@v5.4.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"