From 2c9f5fafecffb7bc2b4a4941a48561e877dfd219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:28:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 27adf6e1..8aa0f092 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -23,7 +23,7 @@ jobs: java-version: '17' distribution: 'zulu' - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches