diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c9c5349..6964e0a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5.1.0 + uses: actions/setup-java@v5.2.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"