From 96daf0cc49855fcb2d1f2532319e214d6e5e8729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:54:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/01-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-build.yml b/.github/workflows/01-build.yml index e91ef6be..8ffec620 100644 --- a/.github/workflows/01-build.yml +++ b/.github/workflows/01-build.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.2.6 + - uses: actions/cache@v4.0.2 with: path: | ~/.npm