From 94ebab6d0192031811f15152bf9e66deedc7c4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:19:42 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#73) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c17e35..912842c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@v4 with: {node-version: '20'} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: '**/node_modules' @@ -57,7 +57,7 @@ jobs: - uses: actions/setup-node@v4 with: {node-version: '20'} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: '**/node_modules'