diff --git a/.github/workflows/maven-cd.yml b/.github/workflows/maven-cd.yml index f7d726b..93156e6 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@v6.0.0 + uses: actions/setup-java@v6.0.1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin" diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index fe711c0..9bf2371 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@v6.0.0 + uses: actions/setup-java@v6.0.1 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"