From 4491fd1be5733d38ecd6650c581e7f0afd0112c0 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 22 Jul 2025 16:39:11 +0530 Subject: [PATCH] updated cache action version in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9dbcec..6c2ce2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Cache node modules id: cache-nodemodules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: