From 83b78a315e7de1bf475a453fdf75dcc2dfffbf45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:51:51 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a8a4cb1..28ef438 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v7 - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@v6 - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.konan