From 4be0969711200ffecb68cd34021329ee548f5da0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:24:08 +0000 Subject: [PATCH] chore(deps): 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 1881e583..8731514e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@master - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: "node_modules"