From 0963c3609a8d91210cfb9a0aef88f51474cc42c1 Mon Sep 17 00:00:00 2001 From: edo999 Date: Thu, 23 May 2024 11:08:31 +0100 Subject: [PATCH] =?UTF-8?q?Update=20actions/cache=20to=20v4=20=F0=9F=93=99?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2e3b21e..fd16624 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: with: node-version: '>=20' - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}