feat: change cache path
All checks were successful
test-build / guarddog (push) Successful in 20s
renovate / renovate (push) Successful in 34s
test-build / build (push) Successful in 1m9s

This commit is contained in:
2026-03-11 01:25:58 -05:00
parent 113f42ca21
commit 30b2e980c0
3 changed files with 12 additions and 15 deletions

View File

@@ -31,12 +31,11 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: | path: |
node_modules/.cache .astro
.astro/cache node_modules/.vite
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }} key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: | restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}- ${{ runner.os }}-astro-
${{ runner.os }}-astro-cache-
- name: Lint Code - name: Lint Code
run: bun run lint run: bun run lint

View File

@@ -31,12 +31,11 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: | path: |
node_modules/.cache .astro
.astro/cache node_modules/.vite
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }} key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: | restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}- ${{ runner.os }}-astro-
${{ runner.os }}-astro-cache-
- name: Lint Code - name: Lint Code
run: bun run lint run: bun run lint

View File

@@ -33,12 +33,11 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: | path: |
node_modules/.cache .astro
.astro/cache node_modules/.vite
key: ${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}-${{ github.sha }} key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
restore-keys: | restore-keys: |
${{ runner.os }}-astro-cache-${{ hashFiles('**/bun.lockb') }}- ${{ runner.os }}-astro-
${{ runner.os }}-astro-cache-
- name: Lint Code - name: Lint Code
run: bun run lint run: bun run lint