From 8ec55edb8a3c19c76edf303b0f72f83c6e6f460e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:37:28 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c063be..8752625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: java-version: '17' cache: 'gradle' - name: Set up Konan - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan/caches @@ -71,7 +71,7 @@ jobs: java-version: '17' cache: 'gradle' - name: Set up Konan - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan/caches @@ -138,7 +138,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Set up Konan - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan/caches @@ -248,7 +248,7 @@ jobs: java-version: '17' cache: 'gradle' - name: Set up Konan - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14d9d04..e427ae9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: java-version: '17' cache: 'gradle' - name: Set up Konan - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.konan/caches