chore(deps): update actions/cache action to v5 #371

Merged
alexlebens merged 1 commits from renovate/actions-cache-5.x into main 2026-03-07 18:25:27 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Cache Astro Build Cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
node_modules/.cache

View File

@@ -29,7 +29,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Cache Astro Build Cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
node_modules/.cache

View File

@@ -31,7 +31,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Cache Astro Build Cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
node_modules/.cache