From 229e471b3413254fae2f3fc40b42e2805be24415 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 05:59:44 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1095184..047a451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - name: Load dependency cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }} @@ -58,7 +58,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - name: Load dependency cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}