From 99d5502d6a9459db6b494ab06616f3158e64b35d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:12:10 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 476a8dc..fd02109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: distribution: adopt - name: Cache Konan - uses: actions/cache@v3 + uses: actions/cache@v4 if: startsWith(matrix.config.os, 'macos') with: path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28e0264..6bb9704 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: distribution: adopt - name: Cache Gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-gradle- - name: Cache Konan - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.konan/caches