From 0ee5ff69df8e17ec1b766b3ab30d590dd8dacf20 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Wed, 8 Jan 2025 09:14:57 +0100 Subject: [PATCH] refactor: updated actions/cache action --- .github/actions/npm-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/npm-cache/action.yml b/.github/actions/npm-cache/action.yml index c32487185..ccc75b164 100644 --- a/.github/actions/npm-cache/action.yml +++ b/.github/actions/npm-cache/action.yml @@ -16,7 +16,7 @@ runs: node --version npm --version - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true' with: path: "./node_modules"