diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2eb949..fd5b225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v7 # v6: credentials stored in $RUNNER_TEMP, not .git/config - name: Set up Java ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v7 # v6: credentials stored in $RUNNER_TEMP, not .git/config - name: Set up Java ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }}