From 8c26c6d0b581b6d86646c792f4d46512dddf1edf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:11:23 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/native-image-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image-compile.yml b/.github/workflows/native-image-compile.yml index 31b5388..aea5036 100644 --- a/.github/workflows/native-image-compile.yml +++ b/.github/workflows/native-image-compile.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - name: Cache SDKMAN installation - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.sdkman key: ${{ runner.os }}-sdkman-${{ hashFiles('**/pom.xml') }}