diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index 98cb444..91bd124 100644 --- a/.github/workflows/maven-cd.yml +++ b/.github/workflows/maven-cd.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.3.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin" diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 53e29ac..1cb5cb0 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.3.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"