Merge pull request #557 from trails-cool/dependabot/github_actions/actions/cache-6

build(deps): bump actions/cache from 5 to 6
This commit is contained in:
Ullrich Schäfer 2026-07-13 08:48:56 +02:00 committed by GitHub
commit 79addc8f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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') }}