From eb0dfcc452f4cb1bfd210c91034a737fb4935344 Mon Sep 17 00:00:00 2001 From: 777genius Date: Sun, 10 May 2026 10:15:31 +0300 Subject: [PATCH] ci(actions): upgrade eslint cache action to node24 --- .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 8bede37e..51a5ee6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: pnpm install --no-frozen-lockfile - name: Restore ESLint cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .eslintcache key: eslint-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'eslint.config.*', 'src/**/*.ts', 'src/**/*.tsx') }}