diff --git a/.github/workflows/run_gradle_task.yml b/.github/workflows/run_gradle_task.yml index 43f8b6f..9727384 100644 --- a/.github/workflows/run_gradle_task.yml +++ b/.github/workflows/run_gradle_task.yml @@ -58,7 +58,7 @@ jobs: ### Gradle task ### - name: Restore Reposilite cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.REPOSILITE_DIR }} key: ${{ runner.os }}-reposilite @@ -77,7 +77,7 @@ jobs: echo "KONAN_DATA_DIR=${HOME}/.konan" >> $GITHUB_ENV - name: Restore Konan cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.KONAN_DATA_DIR }} key: ${{ runner.os }}-konan