From 8f0fe105846021eb9c5965a843e34d169d106bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:03:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20actions/cache=20from=203?= =?UTF-8?q?=20to=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a527a437..879989f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules key: v1/${{ runner.os }}/node-20/${{ hashFiles('yarn.lock') }} @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules key: v1/${{ runner.os }}/node-20/${{ hashFiles('yarn.lock') }} @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules key: v1/${{ runner.os }}/node-20/${{ hashFiles('yarn.lock') }} @@ -59,7 +59,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: node_modules key: v1/${{ runner.os }}/node-20/${{ hashFiles('yarn.lock') }}