From 09f3675fc014cdaae763438991d818cb2417e05a Mon Sep 17 00:00:00 2001 From: charlie Date: Wed, 8 Jan 2025 10:38:11 +0100 Subject: [PATCH] chore: Update github actions cache version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ef1aeb4a..52bc0956c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: ssh://git@github.com/ - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -77,7 +77,7 @@ jobs: ssh://git@github.com/ - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}