Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-offline-maps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# Bump the `v` in the cache key below to force a refresh when the R2 fixtures change.
- name: Restore cached pmtiles + manifest
id: cache
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
${{ inputs.output_dir }}/bristol-gb.pmtiles
Expand Down