From f558ed1baf6ba7fbbc773a2bc98157c222c696f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:00:25 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faec0f8..171d823 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: yarn --version - name: Cache dependencies id: cache-depends - uses: actions/cache@v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: '**/node_modules' key: depends-${{ hashFiles('yarn.lock') }}