diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 47c828c..289d7f7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Set up OpenJDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v4.7.1 + uses: actions/setup-java@v5.0.0 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"