From 4ed4e3a1424ff23da127b00ffb6d0dd4477b720b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 02:10:16 +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') }}