actions/cache updated from v2 to v4 (#230)

This commit is contained in:
Peter Hanecak
2025-04-08 20:30:21 +02:00
committed by GitHub
parent 40ac3c50af
commit d856bfb9bb

View File

@@ -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 }}