From d856bfb9bb09ba6fe488dbd9740b811b1d118091 Mon Sep 17 00:00:00 2001 From: Peter Hanecak <115141505+phanecak-maptiler@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:30:21 +0200 Subject: [PATCH] actions/cache updated from v2 to v4 (#230) --- .github/cache-sources-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/cache-sources-action/action.yml b/.github/cache-sources-action/action.yml index 9501ae8..75d9795 100644 --- a/.github/cache-sources-action/action.yml +++ b/.github/cache-sources-action/action.yml @@ -16,7 +16,7 @@ runs: echo "::set-output name=date::$(date -u "+%Y-%m-%d")" shell: bash working-directory: ${{ inputs.basedir }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: data/sources key: data-sources-${{ steps.get-data.outputs.date }}-${{ steps.get-data.outputs.hash }}