From 8e318be686ccf0800a97926e578857d952e6eb33 Mon Sep 17 00:00:00 2001 From: "renovate-mike[bot]" <274037420+renovate-mike[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:06:03 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e56ff011..a6e4ed47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 - name: Cache konan - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.konan key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}