From ca36feb999996573dbca83a4df98390409a23468 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:04:56 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#175) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a906b4c..06830c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: scope: '@ivuorinen' - name: Cache Node Modules - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 id: cache with: path: node_modules