From 95e4029c9efda35fc5057c9fc46fbfc7bc1b9e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:49:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d8e37ca..ac98a498 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Cache dependencies id: cache-depends - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: "**/node_modules" key: os-ubuntu-latest-node24-${{ hashFiles('yarn.lock') }} @@ -116,7 +116,7 @@ jobs: - name: Cache dependencies id: cache-depends - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: "**/node_modules" key: os-${{ matrix.os }}-node24-${{ hashFiles('yarn.lock') }}