Remove .cache caching from GitHub Actions workflows

Co-authored-by: snomiao <7323030+snomiao@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-17 01:00:02 +00:00
committed by snomiao
parent cc47ecafb2
commit fb9694ff7e
8 changed files with 3 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: electron-types-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
electron-types-tools-cache-${{ runner.os }}-

View File

@@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: update-manager-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
update-manager-tools-cache-${{ runner.os }}-

View File

@@ -34,7 +34,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: update-registry-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
update-registry-tools-cache-${{ runner.os }}-

View File

@@ -37,7 +37,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
.eslintcache
tsconfig.tsbuildinfo
.prettierCache

View File

@@ -54,7 +54,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
storybook-static
tsconfig.tsbuildinfo
key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }}
@@ -119,7 +118,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
storybook-static
tsconfig.tsbuildinfo
key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }}

View File

@@ -33,7 +33,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
coverage
.vitest-cache
key: vitest-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', 'vitest.config.*', 'tsconfig.json') }}

View File

@@ -32,7 +32,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
tsconfig.tsbuildinfo
key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |

View File

@@ -29,7 +29,6 @@ jobs:
uses: actions/cache@v4
with:
path: |
.cache
dist
tsconfig.tsbuildinfo
key: dev-release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}