From c73cd2fac1b6cb003bee4e4a43ea7766b21b889b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Tue, 16 Dec 2025 01:31:02 +0100 Subject: [PATCH] Invalidate cache on eslint.config.mjs changes --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index db0f0a283a0..99db889200d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -88,13 +88,13 @@ jobs: uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: .eslintcache - key: ${{ runner.os }}-eslint-${{ hashFiles('eslint.config.mjs') }}-${{ hashFiles('pnpm-lock.yaml') }} + key: ${{ runner.os }}-eslint-${{ hashFiles('eslint.config.mjs') }} - name: Cache Prettier uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: node_modules/.cache/prettier - key: ${{ runner.os }}-prettier-${{ hashFiles('.prettierrc.json') }}-${{ hashFiles('pnpm-lock.yaml') }} + key: ${{ runner.os }}-prettier-${{ hashFiles('.prettierrc.json') }} - name: Lint unowned dependencies run: pnpm run lint:dep-ownership