From 9d252cb6a20ea8efd7102de4aef474faef93287e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:30:14 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/deploy.yml | 2 +- .github/workflows/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b43f312..be748a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: yarn cache clean - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.gradle/caches diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0a58847..956bb65 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -75,7 +75,7 @@ jobs: npm cache clean --force yarn cache clean - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.gradle/caches