From 9fc41b1f0bdc4050ec781ece26de1ab3aa82682e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:52:08 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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 aaa22e6b..c14c5a31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Cache dependencies id: cache-depends - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: os-${{ matrix.os }}-node${{ matrix.node }}-${{ hashFiles('yarn.lock') }}