From a9d8faf5f437a68089270361c251a2400f99ef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=B0=D0=B5=D0=B2?= <39992533+ivn0987@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:49:49 +0300 Subject: [PATCH] Update testandlint.yml --- .github/workflows/testandlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testandlint.yml b/.github/workflows/testandlint.yml index 95b8361..6884a5b 100644 --- a/.github/workflows/testandlint.yml +++ b/.github/workflows/testandlint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: