build(deps): bump actions/cache from 5 to 6

Bumps actions/cache from 5 to 6.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-07-13 08:44:37 +02:00
parent aa515e5fa0
commit ae9c686050
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -127,7 +127,7 @@ jobs:
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}
@ -193,7 +193,7 @@ jobs:
- name: Cache BRouter segment
id: segment-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /tmp/brouter-segments
key: brouter-segment-E10_N50-v1.7.9
@ -251,7 +251,7 @@ jobs:
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}