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