From e0ee0e7baf7a4679e3cc9ccbd5eb24c240a9d3e1 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Sun, 6 Jul 2025 19:21:23 +0300 Subject: [PATCH] ci: bump cache action to v4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9cfdef7..4882ce3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}