Compare commits

..

1 Commits

Author SHA1 Message Date
082afca9da chore(deps): update actions/cache action to v5
All checks were successful
test-build / guarddog (pull_request) Successful in 3m11s
test-build / build (pull_request) Successful in 8m56s
2026-03-07 05:27:59 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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