From 13f35511a4f9b6f9ee9096349a438f31a6106b8c Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Thu, 10 Apr 2025 11:46:26 +0200 Subject: [PATCH] update gh actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37ebf5b..f6e2bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - name: Restore npm cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-${{ matrix.node }}-node-${{ hashFiles('**/package-lock.json') }}