From 4d3f40559069d28f83fb6ef0df74d2ec4cd29bb0 Mon Sep 17 00:00:00 2001 From: Chris Buckland Date: Fri, 9 Aug 2024 15:43:35 +0100 Subject: [PATCH] Use native restore --- node-modules/restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-modules/restore/action.yml b/node-modules/restore/action.yml index b0a76cb..f76392e 100644 --- a/node-modules/restore/action.yml +++ b/node-modules/restore/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Restore "node_modules" from cache - uses: martijnhols/actions-cache/restore@v3 + uses: actions/cache/restore@v4 with: path: "**/node_modules" key: ${{ inputs.cache-key }}