mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
actions/cache updated from v2 to v4 (#230)
This commit is contained in:
2
.github/cache-sources-action/action.yml
vendored
2
.github/cache-sources-action/action.yml
vendored
@@ -16,7 +16,7 @@ runs:
|
|||||||
echo "::set-output name=date::$(date -u "+%Y-%m-%d")"
|
echo "::set-output name=date::$(date -u "+%Y-%m-%d")"
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ inputs.basedir }}
|
working-directory: ${{ inputs.basedir }}
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: data/sources
|
path: data/sources
|
||||||
key: data-sources-${{ steps.get-data.outputs.date }}-${{ steps.get-data.outputs.hash }}
|
key: data-sources-${{ steps.get-data.outputs.date }}-${{ steps.get-data.outputs.hash }}
|
||||||
|
|||||||
Reference in New Issue
Block a user