From 436898687a76124f10618c46f3ebdb872b286ad4 Mon Sep 17 00:00:00 2001 From: Mathew Topper Date: Tue, 4 Jun 2024 10:47:29 +0100 Subject: [PATCH] Upgrade actions/cache to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b40b2d..4d1486d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: node-version: 20 - name: Cache node modules id: cache-npm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: