Merge pull request #66 from trails-cool/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
Ullrich Schäfer 2026-03-25 13:21:09 +01:00 committed by GitHub
commit fb13f7b8ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ jobs:
- name: Cache PostGIS Docker image
id: postgis-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/postgis-image.tar
key: postgis-16-3.4
@ -143,7 +143,7 @@ jobs:
- name: Build and cache BRouter
id: brouter-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/brouter
key: brouter-1.7.8
@ -157,7 +157,7 @@ jobs:
- name: Cache BRouter segment
id: segment-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/brouter-segments
key: brouter-segment-E10_N50
@ -187,7 +187,7 @@ jobs:
- name: Cache Playwright browsers
id: playwright-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/ms-playwright
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}