Merge pull request 'chore(deps): update actions/cache action to v5' (#371) from renovate/actions-cache-5.x into main
All checks were successful
renovate / renovate (push) Successful in 1m15s
test-build / build (push) Successful in 2m26s
test-build / guarddog (push) Successful in 2m34s

Reviewed-on: #371
This commit was merged in pull request #371.
This commit is contained in:
2026-03-07 18:25:26 +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